test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.305"
|
version: "0.1.306"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ if bashio::config.has_value 'usbdevices'; then
|
|||||||
device=$(echo $usbdevice | jq '.device | tostring')
|
device=$(echo $usbdevice | jq '.device | tostring')
|
||||||
deviceid=$(echo $device | sed 's/.*(\(.*\))/\1/g')
|
deviceid=$(echo $device | sed 's/.*(\(.*\))/\1/g')
|
||||||
bashio::log.info "Use: ${use}"
|
bashio::log.info "Use: ${use}"
|
||||||
if [ $use ]; then
|
if $use; then
|
||||||
bashio::log.info "Set AUTO USE DEVICE for ${deviceid}"
|
bashio::log.info "Set AUTO USE DEVICE for ${deviceid}"
|
||||||
else
|
else
|
||||||
bashio::log.info "Set STOP USING for ${deviceid}"
|
bashio::log.info "Set STOP USING for ${deviceid}"
|
||||||
|
|||||||
Reference in New Issue
Block a user