#654 Add reference to documentation

This commit is contained in:
Jm 2021-01-30 09:36:17 -08:00
parent 6cef3e41e7
commit 7129a19f35

View File

@ -10,31 +10,36 @@
/* /*
This plugin supports: Documentation:
https://github.com/meshtastic/Meshtastic-device/issues/654 https://github.com/mc-hamster/Meshtastic-device/blob/master/docs/software/plugins/ExternalNotificationPlugin.md
This plugin supports:
https://github.com/meshtastic/Meshtastic-device/issues/654
radioConfig.preferences.ext_notification_plugin_enabled Quick reference:
0 = Disabled (Default)
1 = Enabled
radioConfig.preferences.ext_notification_plugin_active radioConfig.preferences.ext_notification_plugin_enabled
0 = Active Low (Default) 0 = Disabled (Default)
1 = Active High 1 = Enabled
radioConfig.preferences.ext_notification_plugin_alert_message radioConfig.preferences.ext_notification_plugin_active
0 = Disabled (Default) 0 = Active Low (Default)
1 = Alert when a text message comes 1 = Active High
radioConfig.preferences.ext_notification_plugin_alert_bell radioConfig.preferences.ext_notification_plugin_alert_message
0 = Disabled (Default) 0 = Disabled (Default)
1 = Alert when the bell character is received 1 = Alert when a text message comes
radioConfig.preferences.ext_notification_plugin_output radioConfig.preferences.ext_notification_plugin_alert_bell
GPIO of the output. (Default = 13) 0 = Disabled (Default)
1 = Alert when the bell character is received
radioConfig.preferences.ext_notification_plugin_output_ms radioConfig.preferences.ext_notification_plugin_output
Amount of time in ms for the alert. Default is 1000. GPIO of the output. (Default = 13)
radioConfig.preferences.ext_notification_plugin_output_ms
Amount of time in ms for the alert. Default is 1000.
*/ */