Device history no longer shows “Data sync” and “Unspecific” events. If users still want to check for those events, they can query the thing_history collection:
-
"DataSync"history events can be recognized inthing_historycollection as:{"change.0.actionType":"UNTRACKED"} -
"Unspecific"history events can be recognized inthing_historycollection as:{"change":{"$eq":null}}
