Skip to content

Commit

Permalink
Update protobuf files to 4.25.1 (#43)
Browse files Browse the repository at this point in the history
* Regenerate zehnder_pb2.py and nanopb_pb2.py
* Change import in zehnder_pb2.py to use the local nanopb_pb2.py
* Remove nanopb dependency
  • Loading branch information
michaelarnauts authored Sep 25, 2024
1 parent a7e3c1e commit a347399
Show file tree
Hide file tree
Showing 5 changed files with 793 additions and 777 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@ $ python3 script/decode_pcap.py /tmp/capture.pcap
### Generate zehnder_pb2.py file

```shell
pip3 install grpcio-tools
python3 -m grpc_tools.protoc -Iprotobuf protobuf/nanopb.proto --python_out=aiocomfoconnect/protobuf
python3 -m grpc_tools.protoc -Iprotobuf protobuf/zehnder.proto --python_out=aiocomfoconnect/protobuf
python3 -m pip install grpcio-tools==1.62.3
python3 -m grpc_tools.protoc -Iprotobuf --python_out=aiocomfoconnect/protobuf protobuf/*.proto
```

### Docker
Expand Down
29 changes: 13 additions & 16 deletions aiocomfoconnect/protobuf/nanopb_pb2.py

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

569 changes: 285 additions & 284 deletions aiocomfoconnect/protobuf/zehnder_pb2.py

Large diffs are not rendered by default.

Loading

0 comments on commit a347399

Please sign in to comment.