mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
push door lock
This commit is contained in:
@ -34,4 +34,5 @@ abstract class ApiEndpoints {
|
||||
|
||||
static const String deviceControl = '$baseUrl/device/{uuid}/control';
|
||||
static const String gatewayApi = '/device/gateway/{gatewayUuid}/devices';
|
||||
static const String openDoorLock = '/door-lock/open/{doorLockUuid}';
|
||||
}
|
||||
|
@ -130,4 +130,11 @@ class Assets {
|
||||
static const String lightBulb = "assets/icons/Light.svg";
|
||||
//assets/icons/sensors.svg
|
||||
static const String sensors = "assets/icons/sensors.svg";
|
||||
|
||||
//assets/icons/door_un_look_ic.svg
|
||||
static const String doorUnlock = 'assets/icons/door_un_look_ic.svg';
|
||||
|
||||
//assets/icons/lockIcon.svg
|
||||
|
||||
static const String lockIcon = 'assets/icons/lockIcon.svg';
|
||||
}
|
||||
|
Reference in New Issue
Block a user