mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 18:54:55 +00:00
Merge branch 'dev' into wall_mounted_sensor
This commit is contained in:
@ -158,6 +158,7 @@ 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 presenceSensorAssetsDistance =
|
||||
'assets/icons/presence-sensor-assets/Distance.svg';
|
||||
static const String presenceSensorAssetsEmpty =
|
||||
@ -174,4 +175,14 @@ class Assets {
|
||||
'assets/icons/presence-sensor-assets/Record.svg';
|
||||
static const String presenceSensorAssetsTime =
|
||||
'assets/icons/presence-sensor-assets/Time.svg';
|
||||
|
||||
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