mirror of https://github.com/nymea/nymea.git
added executeaction test script
parent
e40752aa8e
commit
e9c15df684
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -z $1 ]; then
|
||||
echo "usage: $0 host"
|
||||
else
|
||||
(echo '{"id":1, "method":"Actions.ExecuteAction","params":{"action":{"deviceId":"{'$2'}","params":{"power":"'$3'"}}}}'; sleep 1) | nc $1 1234
|
||||
fi
|
||||
Loading…
Reference in New Issue