开发者 | yknivag |
---|---|
更新时间 | 2020年6月26日 23:30 |
捐献地址: | 去捐款 |
PHP版本: | 5.2 及以上 |
WordPress版本: | 5.4 |
版权: | LGPLv3 or later |
版权网址: | 版权信息 |
wc-mqtt-alerts
folder to the /wp-content/plugins/
directory.Calls to the API put a load on the server and to make a "real-time" update the API would have to be called at least every 5 minuntes and that would put a substantial load on the server. The idea behind this plugin is to use MQTT to push an event notification so that the API need only be called when a change is detected.
It's free and it works well. In essence the plugin posts to a URL using basic authentication and so could be used with any other MQTT broker with an HTTP interface that follows the same pattern. Or your own server.
By default the topic prefix is empty, but it may be set to allow the topics to fit in with an existing MQTT infrastructure.