7 lines
97 B
Plaintext
7 lines
97 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
source $(dirname $0)/shelly.conf
|
||
|
|
||
|
curl -s $SHELLY_RPC/KVS.GetMany'?key="*"' | jq .
|
||
|
|