test
This commit is contained in:
@@ -4,6 +4,7 @@ bashio::log.info "Adding selected devices"
|
||||
if bashio::config.has_value 'usbdevices'; then
|
||||
usbdevices=($(bashio::config 'usbdevices'))
|
||||
#options=$(bashio::api.supervisor GET "/addons/self/options/config")
|
||||
bashio::log.info "Devices: ${usbdevices}"
|
||||
for device in "${usbdevices}"; do
|
||||
bashio::log.info "Set AUTO USE DEVICE ${device}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user