Refactor code by adding new API endpoint for assigning a device to a room and removing redundant code in device management settings.

This commit is contained in:
mohammad
2025-06-02 12:52:48 +03:00
parent a44d4231f1
commit cf5e05a888
11 changed files with 620 additions and 230 deletions

View File

@ -386,4 +386,6 @@ class DevicesManagementApi {
return response;
}
}