feat: Add Sensor telemetry alerts

ref:
This commit is contained in:
Janez T
2026-03-15 09:13:32 +01:00
parent c05de2cf0a
commit 4557fb4b9e
18 changed files with 1862 additions and 793 deletions

View File

@@ -142,6 +142,7 @@ void main() {
final contactTypes = <ContactType>[
ContactType.chat,
ContactType.repeater,
ContactType.sensor,
ContactType.room,
ContactType.channel,
];