commands.check_non_onboarded_devicesΒΆ
Management command to check for not onboarded devices.
ClassesΒΆ
Management command to check for devices not onboarded. |
Module ContentsΒΆ
- class commands.check_non_onboarded_devices.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]ΒΆ
Bases:
django.core.management.base.BaseCommandManagement command to check for devices not onboarded.
This command identifies devices that have not been onboarded (status: NO_ONBOARDING) and generates informational notifications for each device. If a notification for a specific device already exists, it will be skipped.