add decoded raw_value

This commit is contained in:
Nicu Hodos 2022-10-27 17:10:32 +02:00
parent 1e695faef0
commit 32d9183b5e

View File

@ -27,6 +27,7 @@ public:
rcSwitch["state"] = decoder.state; rcSwitch["state"] = decoder.state;
rcSwitch["group"] = String(decoder.group, BIN); rcSwitch["group"] = String(decoder.group, BIN);
rcSwitch["channel"] = decoder.device; rcSwitch["channel"] = decoder.device;
rcSwitch["raw_value"] = value;
} }
private: private: