6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
source $(dirname $0)/shelly.conf
|
||
|
|
||
|
curl -s $SHELLY_RPC/Shelly.Reboot | jq .
|