push door lock

This commit is contained in:
ashrafzarkanisala
2024-08-27 00:16:00 +03:00
parent 2dc5a1e7ed
commit f39ce0a72b
13 changed files with 654 additions and 154 deletions

View File

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