Push Notifications

未分类 bolang 6个月前 (10-14) 42次浏览

Push Notifications

Push Notifications are now an option in Grbl_ESP32. When events occur, the firmware can send messages to your phone or email. Currently you can send messages via the following services.

The feature is enabled with #define ENABLE_NOTIFICATIONS in the config.h file. Further setup is required via the WebUI or via the [ESP610].

In Grbl_ESP32 push notifications are only used when running a job from an SD card. You will be notified when the job completes or an error occurs.

A custom message can be sent with the [ESP600] command.
Example (assuming password=”admin”): [ESP600]Hello from Grbl pwd=admin


本文转载自: https://github.com/bdring/Grbl_Esp32/wiki/Push-Notifications

喜欢 (0)