mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 12:04:54 +00:00
schedule for one gang and two gang and three gange
This commit is contained in:
@ -175,4 +175,12 @@ abstract class ApiEndpoints {
|
||||
//multiple-time offline
|
||||
static const String deleteTemporaryPassword =
|
||||
'/door-lock/temporary-password/online/{doorLockUuid}/{passwordId}';
|
||||
|
||||
|
||||
static const String saveSchedule = '/schedule/{deviceUuid}';
|
||||
static const String getSchedule = '/schedule/{deviceUuid}?category={category}';
|
||||
static const String changeSchedule = '/schedule/enable/{deviceUuid}';
|
||||
static const String deleteSchedule = '/schedule/{deviceUuid}/{scheduleId}';
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user