This commit is contained in:
Hans Karlinius
2024-11-28 07:32:36 +01:00
parent 119904c711
commit db7f862798
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.161"
version: "0.1.162"
slug: vhclient
description: VirtualHere Client
arch:

View File

@@ -4,7 +4,7 @@ set -x
test=($(bashio::config 'test'))
test+=('one', 'two')
#bashio::config::update 'test' "${test[@]}"
bashio::addon.option 'test' [${test[@]}]
bashio::addon.option 'test' '$test[@]'
#TEST
#bashio::addon.option 'usbdevices' { 'name': 'one', 'use': false}