Skip to content

Commit

Permalink
Buf re-generated protos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed May 24, 2024
1 parent ccc3f22 commit 0befa2c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/data.proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ are any how cast to UINT64 in the real time platform
| `DATA_TYPE_ANALOG` | 44 | Analog. It maps to Analog. |
| `DATA_TYPE_NORMALIZED_RESIDUAL` | 45 | Normalized Residual. It maps to Analog. |
| `DATA_TYPE_OBJECTIVE_FUNCTION` | 46 | Objective Function. It maps to Analog. |
| `DATA_TYPE_SWITCH_POSITION_CHECK` | 47 | Switch Position Check. It maps to Boolean. |
| `DATA_TYPE_TEMPERATURE_ALARM` | 48 | Temperature Alarm. It maps to Boolean. |
| `DATA_TYPE_PRESSURE_ALARM` | 49 | Pressure Alarm. It maps to Boolean. |
| `DATA_TYPE_DOOR_ALARM` | 50 | Door Alarm. It maps to Boolean. |



Expand Down Expand Up @@ -141,6 +145,10 @@ class DataType{
DATA_TYPE_ANALOG
DATA_TYPE_NORMALIZED_RESIDUAL
DATA_TYPE_OBJECTIVE_FUNCTION
DATA_TYPE_SWITCH_POSITION_CHECK
DATA_TYPE_TEMPERATURE_ALARM
DATA_TYPE_PRESSURE_ALARM
DATA_TYPE_DOOR_ALARM
}
```
### Data Diagram
Expand Down
26 changes: 23 additions & 3 deletions go/grid/v1/data.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions python/zaphiro/grid/v1/data_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions python/zaphiro/grid/v1/data_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ class DataType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
DATA_TYPE_ANALOG: _ClassVar[DataType]
DATA_TYPE_NORMALIZED_RESIDUAL: _ClassVar[DataType]
DATA_TYPE_OBJECTIVE_FUNCTION: _ClassVar[DataType]
DATA_TYPE_SWITCH_POSITION_CHECK: _ClassVar[DataType]
DATA_TYPE_TEMPERATURE_ALARM: _ClassVar[DataType]
DATA_TYPE_PRESSURE_ALARM: _ClassVar[DataType]
DATA_TYPE_DOOR_ALARM: _ClassVar[DataType]
DATA_TYPE_UNSPECIFIED: DataType
DATA_TYPE_ACTIVE_POWER: DataType
DATA_TYPE_ANGLE: DataType
Expand Down Expand Up @@ -102,6 +106,10 @@ DATA_TYPE_DISCRETE: DataType
DATA_TYPE_ANALOG: DataType
DATA_TYPE_NORMALIZED_RESIDUAL: DataType
DATA_TYPE_OBJECTIVE_FUNCTION: DataType
DATA_TYPE_SWITCH_POSITION_CHECK: DataType
DATA_TYPE_TEMPERATURE_ALARM: DataType
DATA_TYPE_PRESSURE_ALARM: DataType
DATA_TYPE_DOOR_ALARM: DataType

class Data(_message.Message):
__slots__ = ("dataType", "measuredAt", "value")
Expand Down

0 comments on commit 0befa2c

Please sign in to comment.