Remove deprecated hardware trigger method (#61)

This commit is contained in:
Franck Nijhof 2021-02-16 08:03:36 +01:00 committed by GitHub
parent 81b32d36d2
commit bdae87f102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,11 +84,3 @@ function bashio::hardware.usb() {
bashio::log.trace "${FUNCNAME[0]}"
bashio::hardware 'hardware.info.usb' '.usb[]'
}
# ------------------------------------------------------------------------------
# Trigger udev device notifications from the host system.
# ------------------------------------------------------------------------------
function bashio::hardware.trigger() {
bashio::log.trace "${FUNCNAME[0]}"
bashio::api.supervisor POST /hardware/trigger
}