Merge branch 'dev' into wall_mounted_sensor

This commit is contained in:
Mohammad Salameh
2024-04-20 00:53:55 +03:00
committed by GitHub
7 changed files with 323 additions and 0 deletions

View File

@ -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';
}