From 32d9183b5eb033fb6ceff6c56f2f3d6a54be66d1 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Thu, 27 Oct 2022 17:10:32 +0200 Subject: [PATCH] add decoded raw_value --- gateway/include/Protocol_1.h | 1 + 1 file changed, 1 insertion(+) 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: