mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 17:47:28 +00:00
Added wall mounted presence sensor assets
This commit is contained in:
@ -158,4 +158,20 @@ 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 =
|
||||
'assets/icons/presence-sensor-assets/Empty.svg';
|
||||
static const String presenceSensorAssetsIlluminanceRecord =
|
||||
'assets/icons/presence-sensor-assets/Illuminance-Record.svg';
|
||||
static const String presenceSensorAssetsIlluminanceValue =
|
||||
'assets/icons/presence-sensor-assets/Illuminance-Value.svg';
|
||||
static const String presenceSensorAssetsIndicator =
|
||||
'assets/icons/presence-sensor-assets/Indicator.svg';
|
||||
static const String presenceSensorAssetsPresence =
|
||||
'assets/icons/presence-sensor-assets/Presence.svg';
|
||||
static const String presenceSensorAssetsRecord =
|
||||
'assets/icons/presence-sensor-assets/Record.svg';
|
||||
static const String presenceSensorAssetsTime =
|
||||
'assets/icons/presence-sensor-assets/Time.svg';
|
||||
}
|
||||
|
Reference in New Issue
Block a user