The api-service provides a list of device identifiers called protectedDeviceIds. This list includes the IDs of protected devices that are being attempted to be added to non-protected products. These device IDs have already been filtered out by the api-service to prevent them from being added to the product. In particle-cli, we notify the user that these device IDs are being skipped.
Description
As title says.
The
api-service
provides a list of device identifiers calledprotectedDeviceIds
. This list includes the IDs of protected devices that are being attempted to be added to non-protected products. These device IDs have already been filtered out by theapi-service
to prevent them from being added to the product. Inparticle-cli
, we notify the user that these device IDs are being skipped.How to Test
Refer to the testing instructions here - https://github.com/particle-iot-inc/api-service/pull/1564
Related Issues / Discussions
https://github.com/particle-iot-inc/api-service/pull/1564 https://app.shortcut.com/particle/story/129604/don-t-allow-moving-a-protected-device-to-a-non-protected-product
Completeness