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
Currently we hang on to declaration status, status values, and status errors forever. We should handle the case where a device:
enrolls
un-enrolls
re-enrolls
By e.g. getting rid of all previous errors and values. I wouldn't want to create a web hook handler but I'm not sure of another avenue to get this data over to to us. Perhaps to just start with a simple "reset device" API?
Currently we hang on to declaration status, status values, and status errors forever. We should handle the case where a device:
By e.g. getting rid of all previous errors and values. I wouldn't want to create a web hook handler but I'm not sure of another avenue to get this data over to to us. Perhaps to just start with a simple "reset device" API?
See also #17.
The text was updated successfully, but these errors were encountered: