Skip to content

Commit

Permalink
Fix missing branch field
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeling committed Aug 1, 2023
1 parent 173c6b3 commit 9b7be38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuksa-client/kuksa_client/grpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class EntryType(enum.IntEnum):
ATTRIBUTE = types_pb2.ENTRY_TYPE_ATTRIBUTE
SENSOR = types_pb2.ENTRY_TYPE_SENSOR
ACTUATOR = types_pb2.ENTRY_TYPE_ACTUATOR

BRANCH = types_pb2.ENTRY_TYPE_BRANCH

class View(enum.IntEnum):
UNSPECIFIED = types_pb2.VIEW_UNSPECIFIED
Expand Down

0 comments on commit 9b7be38

Please sign in to comment.