diff --git a/gateway/include/Protocol_1.h b/gateway/include/Protocol_1.h index cde4517..ee77167 100644 --- a/gateway/include/Protocol_1.h +++ b/gateway/include/Protocol_1.h @@ -27,6 +27,7 @@ public: rcSwitch["state"] = decoder.state; rcSwitch["group"] = String(decoder.group, BIN); rcSwitch["channel"] = decoder.device; + rcSwitch["raw_value"] = value; } private: