inspect outputs system status
This commit is contained in:
parent
729dad3fe9
commit
33d79e48f2
@ -1,3 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
source $(dirname $0)/shelly.conf
|
||||
|
||||
./eval_script 'JSON.stringify(status)'
|
||||
curl -s $SHELLY_RPC/Sys.GetStatus | jq .
|
||||
|
Loading…
Reference in New Issue
Block a user