This commit is contained in:
Hans Karlinius
2024-11-25 23:44:50 +01:00
parent ad8d6e3d9c
commit 51d817922e
2 changed files with 2 additions and 2 deletions

View File

@@ -11,5 +11,5 @@ 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 'usbdevices' "${my_array[@]}"
bashio::log.info "${my_array[@]}"
bashio::config 'usbdevices' "${my_array[@]}"
bashio::config::update 'usbdevices' "${my_array[@]}"
#bashio::log.info "${my_array[@]}"