文件名称:ioBroker.pushsafer:通过pushsafer发送消息
文件大小:227KB
文件格式:ZIP
更新时间:2024-06-17 07:54:14
notifications iobroker pushsafer JavaScript
ioBroker pushsafer适配器 从ioBroker发送推安全通知。 Pushsafer.com支持iOS,Android,Windows 10(电话和桌面)设备和Webpush(Chrome和Firefox) 配置 首先,在pushsafer上需要一个带有的帐户,而不是私钥,您还可以使用具有预定义参数的别名密钥。 用法 要从ScriptEngine发送通知,只需编写: // send notification to all instances of pushsafer adapter sendTo ( "pushsafer" , "message body" ) ; // send notification to specific instance of pushsafer adapter sendTo ( "pushsafer.1" , "message body" )
【文件预览】:
ioBroker.pushsafer-master
----main.js(8KB)
----admin()
--------index.html(10KB)
--------words.js(3KB)
--------pushsafer.png(4KB)
--------blockly.js(26KB)
--------index_m.html(12KB)
----.github()
--------stale.yml(3KB)
--------ISSUE_TEMPLATE()
--------workflows()
----img()
--------Screen0.png(193KB)
----.npmignore(138B)
----.travis.yml(343B)
----gulpfile.js(12KB)
----LICENSE(1KB)
----test()
--------testPackageFiles.js(5KB)
--------lib()
--------testAdapter.js(4KB)
----README.md(5KB)
----io-package.json(4KB)
----appveyor.yml(542B)
----.gitignore(43B)
----package.json(1KB)