This commit is contained in:
Hans Karlinius
2024-11-28 06:22:09 +01:00
parent 22c144f58b
commit e5d99c2086
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
#!/command/with-contenv bashio
test=($(bashio::config 'test'))
test+=('gurka')
test=($(bashio::config "test"))
test+=("gurka")
#bashio::config::update 'test' "${test[@]}"
bashio::addon.option('test' '${test[@]}')
bashio::addon.option "test" "${test[@]}"
#TEST
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}