From d0e087941a5fb2fd21efbd334defcc9b6853bd7d Mon Sep 17 00:00:00 2001 From: ukshady Date: Mon, 30 Mar 2015 13:42:57 +0100 Subject: [PATCH] Added Nexus termperature and humidity sensor --- include/rtl_433_devices.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/rtl_433_devices.h b/include/rtl_433_devices.h index 89853f97..5b2ff37b 100644 --- a/include/rtl_433_devices.h +++ b/include/rtl_433_devices.h @@ -19,7 +19,8 @@ DECL(newkaku) \ DECL(alectov1) \ DECL(cardin) \ - DECL(fineoffset_WH2) + DECL(fineoffset_WH2) \ + DECL(nexus) #define BITBUF_COLS 34 #define BITBUF_ROWS 50