Skip to content

Commit

Permalink
Merge pull request #4 from wirepas/bumpProtoFiles
Browse files Browse the repository at this point in the history
Proto: bump proto version
  • Loading branch information
GwendalRaoul authored Mar 11, 2021
2 parents 6220345 + e00afb4 commit 7bd46d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend-apis
2 changes: 2 additions & 0 deletions wirepas_mesh_messaging/gateway_result_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class GatewayResultCode(enum.Enum):
conversion
"""

GW_RES_UNKNOWN_ERROR = UNKNOWN_ERROR_CODE
GW_RES_OK = OK
GW_RES_INTERNAL_ERROR = INTERNAL_ERROR
GW_RES_INVALID_SINK_ID = INVALID_SINK_ID
Expand Down Expand Up @@ -48,3 +49,4 @@ class GatewayResultCode(enum.Enum):
GW_RES_REQUEST_NEEDS_SINK_ID = REQUEST_NEEDS_SINK_ID
GW_RES_INVALID_MAX_HOP_COUNT = INVALID_MAX_HOP_COUNT
GW_RES_SINK_OUT_OF_MEMORY = SINK_OUT_OF_MEMORY
GW_RES_SINK_TIMEOUT = SINK_TIMEOUT

0 comments on commit 7bd46d3

Please sign in to comment.