mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
initialized Routine Page
This commit is contained in:
@ -6,6 +6,8 @@ class StringsManager {
|
||||
|
||||
static const dashboard = 'Dashboard';
|
||||
static const devices = 'Devices';
|
||||
static const routine = 'Routines';
|
||||
static const tapToRunRoutine = 'Tap to run routine';
|
||||
static const wizard = 'Wizard';
|
||||
static const active = 'Active';
|
||||
static const current = 'Current';
|
||||
@ -17,5 +19,7 @@ class StringsManager {
|
||||
static const emissions = 'Emissions';
|
||||
static const reductions = 'Reductions';
|
||||
static const winter = 'Winter';
|
||||
static const winterMode = 'Winter Mode';
|
||||
static const summer = 'Summer';
|
||||
static const summerMode = 'Summer Mode';
|
||||
}
|
||||
|
Reference in New Issue
Block a user