Merge pull request #101 from SyncrowIOT/bugfix/fix-endpoint

Main
This commit is contained in:
hannathkadher
2025-02-20 13:37:28 +04:00
committed by GitHub

View File

@ -25,7 +25,7 @@ abstract class ApiEndpoints {
////// Devices Management ////////////////
static const String getAllDevices = '/projects/{projectId}/device';
static const String getAllDevices = '/projects/{projectId}/devices';
static const String getSpaceDevices =
'/projects/{projectId}/communities/{communityUuid}/spaces/{spaceUuid}/devices';
static const String getDeviceStatus = '/device/{uuid}/functions/status';