Supported NCPS device type in occupancy devices dropdown.

This commit is contained in:
Faris Armoush
2025-06-25 13:25:12 +03:00
parent 5da25d8ecb
commit 5f59583696

View File

@ -81,7 +81,7 @@ abstract final class FetchOccupancyDataHelper {
param: GetAnalyticsDevicesParam( param: GetAnalyticsDevicesParam(
communityUuid: communityUuid, communityUuid: communityUuid,
spaceUuid: spaceUuid, spaceUuid: spaceUuid,
deviceTypes: ['WPS', 'CPS'], deviceTypes: ['WPS', 'CPS', 'NCPS'],
requestType: AnalyticsDeviceRequestType.occupancy, requestType: AnalyticsDeviceRequestType.occupancy,
), ),
onSuccess: (device) { onSuccess: (device) {