// ignore_for_file: lines_longer_than_80_chars, constant_identifier_names class StringsManager { static const noRouteFound = 'No route found'; static const noInternetConnection = 'No internet connection'; 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'; static const frequency = 'Frequency'; static const energyUsage = 'Energy Usage'; static const totalConsumption = 'Total Consumption'; static const ACConsumption = 'AC Consumption'; static const units = 'Units'; 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'; static const on = 'ON'; static const off = 'OFF'; static const timer = 'Timer'; static const dimmerAndColor = "Dimmer & color"; static const recentlyUsed = "Recently used colors"; static const lightingModes = "Lighting modes"; static const doze = "Doze"; 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.'; static const functions = "Functions"; }