mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
push routines style and create scene view
This commit is contained in:
@ -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.';
|
||||
}
|
||||
|
Reference in New Issue
Block a user