mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-26 08:14:56 +00:00
removed requestType from query parameters of RemoteOccupancyAnalyticsDevicesService._makeRequest.
This commit is contained in:
@ -39,7 +39,6 @@ class RemoteOccupancyAnalyticsDevicesService implements AnalyticsDevicesService
|
|||||||
path:
|
path:
|
||||||
'/projects/$projectUuid/communities/${param.communityUuid}/spaces/${param.spaceUuid}/devices',
|
'/projects/$projectUuid/communities/${param.communityUuid}/spaces/${param.spaceUuid}/devices',
|
||||||
queryParameters: {
|
queryParameters: {
|
||||||
'requestType': param.requestType.name,
|
|
||||||
'communityUuid': param.communityUuid,
|
'communityUuid': param.communityUuid,
|
||||||
'spaceUuid': param.spaceUuid,
|
'spaceUuid': param.spaceUuid,
|
||||||
'productType': param.deviceTypes.first,
|
'productType': param.deviceTypes.first,
|
||||||
|
|||||||
Reference in New Issue
Block a user