mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 09:45:22 +00:00
Added ceiling presence sensor assets
This commit is contained in:
@ -158,4 +158,12 @@ class Assets {
|
||||
static const String imagesTestDash2 = 'assets/images/test_dash2.png';
|
||||
static const String imagesVector = 'assets/images/Vector.png';
|
||||
static const String imagesWhiteLogo = 'assets/images/white-logo.png';
|
||||
static const String presenceSensorAssetsHelpDescription =
|
||||
'assets/icons/presence-sensor-assets/help-description.svg';
|
||||
static const String presenceSensorAssetsInductionRecording =
|
||||
'assets/icons/presence-sensor-assets/induction-recording.svg';
|
||||
static const String presenceSensorAssetsParameterSettings =
|
||||
'assets/icons/presence-sensor-assets/parameter-settings.svg';
|
||||
static const String presenceSensorAssetsPresenceSensorMotion =
|
||||
'assets/icons/presence-sensor-assets/presence-sensor-motion.svg';
|
||||
}
|
||||
|
Reference in New Issue
Block a user