This commit is contained in:
Hans Karlinius
2024-11-30 09:29:53 +01:00
parent 67d0ae5d2c
commit b00c73ee6c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client name: VirtualHere Client
version: "0.1.283" version: "0.1.284"
slug: vhclient slug: vhclient
description: VirtualHere Client description: VirtualHere Client
arch: arch:
@@ -11,7 +11,7 @@ for device in "${devices[@]}"; do
bashio::log.info "Options updated: ${options_updated}" bashio::log.info "Options updated: ${options_updated}"
options_payload=$(echo $options_updated | jq -r '. = { options: . }') options_payload=$(echo $options_updated | jq -r '. = { options: . }')
bashio::log.info "Payload: ${options_payload}" bashio::log.info "Payload: ${options_payload}"
bashio::api.supervisor POST "/addons/self/options" $(echo $options_updated | jq -r '. = { options: . }') bashio::api.supervisor POST "/addons/self/options" ${options_payload}
fi fi
done done
#bashio::api.supervisor POST "/addons/reload" bashio::api.supervisor POST "/addons/reload"