Skip to content

Add a Snapshot suffix to SensorState and ElectricalComponentState #326

@llucax

Description

@llucax

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

Labels

part:protobufAffects the protocol buffer definition filesscope:breaking-changeBreaking change, users will need to update their codetype:enhancementNew feature or enhancement visitble to users

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions