mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 09:17:23 +00:00
push autoamtion api connect
This commit is contained in:
@ -135,6 +135,8 @@ abstract class ApiEndpoints {
|
||||
static const String triggerScene =
|
||||
'$baseUrl/scene/tap-to-run/trigger/{sceneId}';
|
||||
|
||||
static const String createAutomation = '$baseUrl/automation';
|
||||
|
||||
/// GET
|
||||
static const String getUnitScenes = '$baseUrl/scene/tap-to-run/{unitUuid}';
|
||||
|
||||
|
Reference in New Issue
Block a user