test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: VirtualHere Client
|
||||
version: "0.1.327"
|
||||
version: "0.1.328"
|
||||
slug: vhclient
|
||||
description: VirtualHere Client
|
||||
arch:
|
||||
@@ -32,8 +32,8 @@ kernel_modules: true
|
||||
options:
|
||||
autouse: true
|
||||
autofind: true
|
||||
clientid: ''
|
||||
manualhub: ''
|
||||
clientid: null
|
||||
manualhub: null
|
||||
usbdevices: []
|
||||
preventconfig: false
|
||||
schema:
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
options=$(bashio::api.supervisor GET "/addons/self/options/config")
|
||||
autofind=$(echo $options | jq '. | if .autofind then true else false end')
|
||||
autouse=$(echo $options | jq '. | if .autouse then true else false end')
|
||||
clientid=$(echo $options | jq '.clientid')
|
||||
manualhub=$(echo $options | jq '.manualhub')
|
||||
clientid=$(echo $options | jq '.clientid | tostring')
|
||||
manualhub=$(echo $options | jq '.manualhub | tostring')
|
||||
|
||||
if $autofind; then
|
||||
bashio::log.info "Enable General AutoFind"
|
||||
|
||||
Reference in New Issue
Block a user