Extract settings and harden geofence automation

This commit is contained in:
Artem Kokos
2026-05-15 10:18:46 +07:00
parent 1963488479
commit d796537917
21 changed files with 1392 additions and 278 deletions

View File

@@ -85,6 +85,7 @@ void main() {
expect(calls.single.method, 'armGeofence');
expect(calls.single.arguments, <String, Object?>{
'homeId': 'home-1',
'homeName': 'Home 1',
'baseUrl': 'https://one.example',
'apiKey': 'secret-key',
'latitude': 55.75,