Files
NetAlertX/front
sebingel 706ef1a8a1 Fix incorrect connection status field mapping in Fritz!Box README
The device information table in README.md incorrectly stated that the
Connection Status field ("Active"/"Inactive") maps to devVendor in the
devices table. In reality, watchedValue2 has no mapped_to_column entry
in config.json, meaning the value is stored only in the plugin's own
Plugins_FRITZBOX table and never promoted to the Devices table. A user
following the documentation to filter or display Connection Status via
devVendor would find no data there.

Changes:
- Correct the "Mapped To" column for Connection Status (README.md:86)
  Changed from "`devVendor` (shown as vendor field)" to "Plugin table
  only (not mapped to device fields)" to accurately reflect config.json
  behavior.

Users now have a correct expectation: Connection Status is visible in
the Fritz!Box plugin view but not in standard device columns. No
functional code was changed.
2026-04-06 07:49:16 +00:00
..
2025-01-13 07:54:44 +11:00
2026-01-30 18:21:48 +11:00
2026-04-05 22:03:59 +10:00
2025-09-21 10:38:24 +10:00
2026-03-13 12:52:22 +00:00
2026-01-10 08:46:16 +11:00
2026-02-24 07:27:30 +11:00
2026-02-23 03:15:21 +00:00
2026-02-28 15:58:46 +11:00
2026-01-10 08:46:16 +11:00
2026-02-28 15:58:46 +11:00
2026-01-10 08:59:15 +11:00