Files
home-assistant-addons/vhclient/rootfs/etc/s6-overlay/s6-rc.d/config/run
Hans Karlinius 2b85ae2c61 test
2024-11-25 07:49:55 +01:00

13 lines
398 B
Plaintext
Executable File

#!/usr/bin/env bashio
if bashio::config.has_value 'clientid'; then
bashio::log.info "Set ClientId"
fi
#TEST
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}
#my_array=($(bashio::config 'my_array'))
#my_array+=('one') # Add a new item to the array
#my_array+=({ 'name': 'one', 'use': false}) # Add a new item to the array
#bashio::config::update 'my_array' "${my_array[@]}"