mirror of https://github.com/nymea/nymea.git
add snoopnotifications script
parent
c3d824afa4
commit
dc839ca363
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -z $1 ]; then
|
||||
echo "usage $0 host"
|
||||
else
|
||||
(echo '{"id":1, "method":"JSONRPC.SetNotificationStatus", "params":{"enabled":"true"}}'; read) | nc $1 1234
|
||||
fi
|
||||
Loading…
Reference in New Issue