-
-
Notifications
You must be signed in to change notification settings - Fork 24
Notifications Config
eliteSCHW31N edited this page Feb 16, 2023
·
3 revisions
"notifications": {
"blacklist": [],
"moonraker_throttle": true,
"timelapse": true,
"m117_notification": {
"enable": true,
"blacklist": [
"/(Rendering (\\||\\/|-|\\\\))/g",
"/^.*(Time Left).*$/g"
],
"whitelist": []
},
"temp_target_notification": {
"enable": true,
"temp_offset": 2,
"temp_duration": 5,
"delay": 30
}
},
- blacklist: prevent specified embeds from posting in notifications, example: ["printjob_printing"], default: []
- m117_notification.enable: enable or disable M117 Gcode notifications, default: true
- m117_notification.blacklist: Blacklist Gcode messages (regex or text, regex help ), default: above
- m117_notification.whitelist: Whitelist Gcode messages (regex or text, regex help ), default: []
- moonraker_throttle: Notify if Moonraker detected a Throttle (example Undervoltage), default: true
- timelapse: Broadcast finished Timelapse (requires Timelapse Plugin), default: true
- temp_target_notification.enable: enable or disable Notifications when the target temp is reached for a heater, default: true
- temp_target_notification.temp_offset: offset for target temperatur detection, default: 2
- temp_target_notification.temp_duration: required duration for the temperature when it hits the temperature target in seconds, default: 5
- temp_target_notification.delay: delay of notification message when the target temperatur got reached in seconds, default: 30