mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-15 01:35:23 +00:00
switch functionality initial implantation
This commit is contained in:
@ -13,4 +13,7 @@ abstract class ApiEndpoints {
|
||||
// Spaces
|
||||
static const String spaces = '$baseUrl/home';
|
||||
static const String rooms = '$baseUrl/room';
|
||||
|
||||
// Devices
|
||||
static const String control = '$baseUrl/device/control';
|
||||
}
|
||||
|
Reference in New Issue
Block a user