Platform: PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
Version: 2024.4 (build 16105) :
command :
Code: Select all
curl -s --insecure 'https://user:[email protected]:443/json.htm?type=devices&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g'
command :
Code: Select all
curl -s --insecure 'https://user:[email protected]:443/json.htm?type=getdevices&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g'
LAST DEVELOPMENT BUILD Commit f4f5300
command :
Code: Select all
curl -s --insecure 'https://user:[email protected]:443/json.htm?type=devices&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g'
command :
curl -s --insecure 'https://user:[email protected]:443/json.h ... es&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g' GIVES NOT FOUND ERROR TOO
what can be the issue?