IoT-Hub-Portal
IoT-Hub-Portal copied to clipboard
Task: Create a job to re-apply frequently the configuration on devices in the group
We will add a scheduled job to re-apply configuration periodically for two situations:
- a new device was registered and is matching a dynamic group
- a configuration was updated directly in AWS and we want to overwrite it
We will list all the dynamic groups, and for each group call the method created in #1870