Storing triggerId
and deviceRoleName
in TriggeredTask
is redundant
#429
Labels
enhancement
Nice to have, non-functional requirements.
A
TriggeredTask
always gets uploaded using aDataStreamPoint
, which already containstriggerIds
anddeviceRolename
.In the case of
TriggeredTask
data points, the "reason" for collecting it will always be just the single trigger which triggered the task. Therefore,triggerIds
should always just contain the ID of the trigger. This makestriggerId
inTriggeredTask
redundant.Similarly,
deviceRoleName
always corresponds.The text was updated successfully, but these errors were encountered: