Added ceiling presence sensor assets

This commit is contained in:
Mohammad Salameh
2024-04-18 09:50:32 +03:00
parent 09e0695bcc
commit 1ec1ae76b0
6 changed files with 104 additions and 0 deletions

View File

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