mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
[serial_proxy] Move SerialProxySetModeRequest to ID 152
IDs 150 and 151 were claimed on dev (DeviceCapabilitiesResponse, ZWaveProxyRequestResponse) after this branch was cut.
This commit is contained in:
@@ -2851,7 +2851,7 @@ enum SerialProxyMode {
|
||||
}
|
||||
|
||||
message SerialProxySetModeRequest {
|
||||
option (id) = 151;
|
||||
option (id) = 152;
|
||||
option (source) = SOURCE_CLIENT;
|
||||
option (ifdef) = "USE_SERIAL_PROXY";
|
||||
|
||||
|
||||
@@ -3409,7 +3409,7 @@ class SerialProxyRequestResponse final : public ProtoMessage {
|
||||
};
|
||||
class SerialProxySetModeRequest final : public ProtoDecodableMessage {
|
||||
public:
|
||||
static constexpr uint16_t MESSAGE_TYPE = 151;
|
||||
static constexpr uint16_t MESSAGE_TYPE = 152;
|
||||
static constexpr uint8_t ESTIMATED_SIZE = 6;
|
||||
#ifdef HAS_PROTO_MESSAGE_DUMP
|
||||
const LogString *message_name() const override { return LOG_STR("serial_proxy_set_mode_request"); }
|
||||
|
||||
Reference in New Issue
Block a user