push routines style and create scene view

This commit is contained in:
ashrafzarkanisala
2024-06-12 01:54:03 +03:00
parent 76f5c6d325
commit 1045d72bbe
21 changed files with 411 additions and 189 deletions

View File

@ -32,4 +32,11 @@ class StringsManager {
static const relax = "Relax";
static const reading = "Reading";
static const energizing = "Energizing";
static const createScene = 'Create Scene';
static const tapToRun = 'Launch: Tap - To - Run';
static const turnOffAllLights =
'Example: turn off all lights in the with one tap.';
static const whenDeviceStatusChanges = 'When device status changes';
static const whenUnusualActivityIsDetected =
'Example: when an unusual activity is detected.';
}