Skip to content

Commit

Permalink
Remove deprecated hardware trigger method (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 16, 2021
1 parent 81b32d3 commit bdae87f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/hardware.sh
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit bdae87f

Please sign in to comment.