Skip to content

Removal of ElectricalComponent.control_mode is not properly documented #416

@llucax

Description

@llucax

What happened?

The ElectricalComponent.control_mode field and ElectricalComponentControlMode enum were removed in c1de523 (#359, v0.7.0).

Even more, the release notes say:

  • Removed:

    • microgrid.components.ComponentStatus, use microgrid.electrical_components.ElectricalComponentControlMode instead

Which makes things more confusing.

What did you expect instead?

ComponentControlMode not to be mentioned at all in release notes, and having some better information about what to do with the removed microgrid.components.ComponentStatus/ElectricalComponent.status.

Affected version(s)

v0.7.0

Affected part(s)

The protocol buffer definition files (part:protobuf), Documentation (part:docs)

Extra information

No response

Metadata

Metadata

Labels

part:docsAffects the documentationtype:bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions