switch functionality initial implantation

This commit is contained in:
Mohammad Salameh
2024-03-14 01:14:54 +03:00
parent 1c25f65028
commit c5f1b8d090
7 changed files with 152 additions and 59 deletions

View File

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