Browse Source
Merge pull request #11413 from eltociear/patch-1
chore: update proto_config.proto
pull/9455/merge
Andrew Shvayka
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
common/transport/coap/src/main/proto/efento/proto_config.proto
|
|
|
@ -31,7 +31,7 @@ message ProtoOutputControlState { |
|
|
|
uint32 channel_state = 2; |
|
|
|
} |
|
|
|
|
|
|
|
/* Message containing request data for accesing calibration parameters */ |
|
|
|
/* Message containing request data for accessing calibration parameters */ |
|
|
|
message ProtoCalibrationParameters { |
|
|
|
|
|
|
|
/* Request details. Bitmask: */ |
|
|
|
@ -349,4 +349,4 @@ message ProtoConfig { |
|
|
|
|
|
|
|
/* BLE advertising period configuration. */ |
|
|
|
ProtoBleAdvertisingPeriod ble_advertising_period = 59; |
|
|
|
} |
|
|
|
} |
|
|
|
|