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