This commit is contained in:
Hans Karlinius
2024-11-29 00:01:09 +01:00
parent 51d770e2e8
commit 6bcae21e1f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.197"
version: "0.1.198"
slug: vhclient
description: VirtualHere Client
arch:
@@ -13,7 +13,7 @@ set -x
#my_array+=({ 'name': 'one', 'use': false}) # Add a new item to the array
#bashio::config::update 'my_array' "${my_array[@]}"
list=`/usr/bin/vhclient -t "LIST"`
list=`/usr/bin/vhclient -t "LIST" | grep '-->'`
bashio::log.info "${list}"
#options=$(bashio::addon.options)