removed requestType from query parameters of RemoteOccupancyAnalyticsDevicesService._makeRequest.

This commit is contained in:
Faris Armoush
2025-05-15 10:01:43 +03:00
parent 5279020d08
commit 8dfe8d10d4

View File

@ -39,7 +39,6 @@ class RemoteOccupancyAnalyticsDevicesService implements AnalyticsDevicesService
path:
'/projects/$projectUuid/communities/${param.communityUuid}/spaces/${param.spaceUuid}/devices',
queryParameters: {
'requestType': param.requestType.name,
'communityUuid': param.communityUuid,
'spaceUuid': param.spaceUuid,
'productType': param.deviceTypes.first,