Open
Description
hi team,
i see present QuietReportingAttribute class only accepts arthemetic type class.
is it possible to enhance the class to take structs types?
for example
i have CurrentState Attribute of Type DimensionStateStruct with Fields - Position (percent100ths), Latch ( bool), Speed (ThreeLevelAutoEnum)
Changes to this attribute SHALL only be marked as reportable in the following cases:
- When the Position changes from null to any other value and vice versa, or
- At most once every 5 seconds when the Position changes from one non-null value to another non-null value, or
- When Target.Position is reached, or
- When CurrentState.Speed changes, or
- When CurrentState.Latch changes.
So, is there any way to track last changed timestamp value of entire attribute.
Metadata
Metadata
Assignees
Labels
No labels