-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Copy link
Labels
part:protobufAffects the protocol buffer definition filesAffects the protocol buffer definition filesscope:breaking-changeBreaking change, users will need to update their codeBreaking change, users will need to update their codetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
What's needed?
SensorState and ElectricalComponentState represent a view of the state at some particular sampled_at time. State are not exactly the same as samples, as samples are usually numeric, but state is a fixed set of possibilities.
Proposed solution
Rename SensorState and ElectricalComponentState to SensorStateSnapshot and ElectricalComponentStateSnapshot respectively, and also rename sampled_at to snapshot_time in both.
Metadata
Metadata
Assignees
Labels
part:protobufAffects the protocol buffer definition filesAffects the protocol buffer definition filesscope:breaking-changeBreaking change, users will need to update their codeBreaking change, users will need to update their codetype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users