[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:
kbx81
2026-09-02 19:16:38 -05:00
parent 99a82222ab
commit ab8e180ff5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2851,7 +2851,7 @@ enum SerialProxyMode {
}
message SerialProxySetModeRequest {
option (id) = 151;
option (id) = 152;
option (source) = SOURCE_CLIENT;
option (ifdef) = "USE_SERIAL_PROXY";
+1 -1
View File
@@ -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"); }