diff --git a/docs/DEVICE_DISPLAY_SETTINGS.md b/docs/DEVICE_DISPLAY_SETTINGS.md index 94f68beb..41eeb4db 100755 --- a/docs/DEVICE_DISPLAY_SETTINGS.md +++ b/docs/DEVICE_DISPLAY_SETTINGS.md @@ -8,12 +8,13 @@ This set of settings allows you to group Devices under different views. The Arch ## Status Colors -![Sattus colors](./img/DEVICE_MANAGEMENT/device_management_display_settings.png) +![Sattus colors](./img/DEVICE_MANAGEMENT/device_management_status_colors.png) 1. 🔌 Online (Green) = A device that is no longer marked as a "New Device". 2. 🔌 New (Green) = A newly discovered device that is online and is still marked as a "New Device". 3. ✖ New (Grey) = Same as No.2 but device is now offline. 4. ✖ Offline (Grey) = A device that was not detected online in the last scan. -5. ✖ Down (Red) = A device that has "Alert Down" marked and has been offline for the time set in the Setting `NTFPRCS_alert_down_time`. +5. ⚠ Down (Red) = A device that has "Alert Down" marked and has been offline for the time set in the Setting `NTFPRCS_alert_down_time`. + See also [Notification guide](./NOTIFICATIONS.md). \ No newline at end of file diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_display_settings.png b/docs/img/DEVICE_MANAGEMENT/device_management_display_settings.png deleted file mode 100755 index 52b83857..00000000 Binary files a/docs/img/DEVICE_MANAGEMENT/device_management_display_settings.png and /dev/null differ diff --git a/docs/img/DEVICE_MANAGEMENT/device_management_status_colors.png b/docs/img/DEVICE_MANAGEMENT/device_management_status_colors.png new file mode 100755 index 00000000..0762fa89 Binary files /dev/null and b/docs/img/DEVICE_MANAGEMENT/device_management_status_colors.png differ