test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: VirtualHere Client
|
name: VirtualHere Client
|
||||||
version: "0.1.198"
|
version: "0.1.199"
|
||||||
slug: vhclient
|
slug: vhclient
|
||||||
description: VirtualHere Client
|
description: VirtualHere Client
|
||||||
arch:
|
arch:
|
||||||
@@ -56,6 +56,7 @@ schema:
|
|||||||
device: str?,
|
device: str?,
|
||||||
use: bool?
|
use: bool?
|
||||||
}]
|
}]
|
||||||
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
stage: experimental
|
stage: experimental
|
||||||
init: false
|
init: false
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ set -x
|
|||||||
#my_array+=({ 'name': 'one', 'use': false}) # 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[@]}"
|
#bashio::config::update 'my_array' "${my_array[@]}"
|
||||||
|
|
||||||
list=`/usr/bin/vhclient -t "LIST" | grep '-->'`
|
list="`/usr/bin/vhclient -t "LIST" | grep '-->'`"
|
||||||
bashio::log.info "${list}"
|
bashio::log.info "${list}"
|
||||||
|
|
||||||
#options=$(bashio::addon.options)
|
#options=$(bashio::addon.options)
|
||||||
|
|||||||
Reference in New Issue
Block a user