Update README.md

master
hl 6 years ago
parent 13fff5cc2d
commit e8dc223574

@ -15,15 +15,16 @@ Send pushover notifications from yunkong2.
To send notification from ScriptEngine just write: To send notification from ScriptEngine just write:
```javascript
//短信发送 //短信发送
sendTo("pushover.0", { sendTo("pushover.0", {
phone: '15273732255', phone: '15273732255',
message: '室内温度高于40度报警并打开电磁阀风机室外水位不高的情况下及冷却循环装置' message: '室内温度高于40度报警并打开电磁阀风机室外水位不高的情况下及冷却循环装置'
}); });
```javascript
// send notification to all instances of pushover adapter // send notification to all instances of pushover adapter
sendTo("pushover", "message body"); sendTo("pushover", "message body");

Loading…
Cancel
Save