mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
Remove deprecated hardware trigger method (#61)
This commit is contained in:
parent
81b32d36d2
commit
bdae87f102
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue