This commit is contained in:
Hans Karlinius
2024-11-26 08:34:05 +01:00
parent 224756486e
commit 209ad265d5
3 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -1,11 +1,13 @@
#!/command/with-contenv bashio
if bashio::config.has_value 'clientid'; then
bashio::log.info "Set ClientId"
clientid=($(bashio::config 'clientid'))
bashio::log.info "Set ClientId to ${clientid}"
fi
if bashio::config.has_value 'autofind'; then
bashio::log.info "Set AUTOFIND"
autofind=($(bashio::config 'autofind'))
bashio::log.info "Set AUTOFIND ${autofind}"
fi
#TEST