Skip to content

Commit 74e52d9

Browse files
committed
api: Add missing fuota generate / import for Python.
Fixes #709.
1 parent bd50dc7 commit 74e52d9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

api/python/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ api:
3838
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/gateway.proto
3939
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/multicast_group.proto
4040
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/relay.proto
41+
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/api/fuota.proto
4142

4243
integration:
4344
$(PROTOC) ${PROTOC_ARGS} chirpstack-api/integration/integration.proto

api/python/src/chirpstack_api/api/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
from .user_pb2_grpc import *
1919
from .relay_pb2 import *
2020
from .relay_pb2_grpc import *
21+
from .fuota_pb2 import *
22+
from .fuota_pb2_grpc import *

0 commit comments

Comments
 (0)