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