You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2022. It is now read-only.
If we want to save availability to delete devices from the device object itself we have to notify about this change parent object. It'll update the internal devices list.
While calling to api.devices.delete_device("Dev name") track all changes but call of api.devices['Dev name'].delete() wont track. At this point we won't have device object in facecast dashboard but it still would be exist inside api.devices.
If we want to save availability to delete devices from the device object itself we have to notify about this change parent object. It'll update the internal devices list.
While calling to
api.devices.delete_device("Dev name")track all changes but call ofapi.devices['Dev name'].delete()wont track. At this point we won't have device object in facecast dashboard but it still would be exist insideapi.devices.