From 99259e390834461bd8522d0de301bcdb46c23352 Mon Sep 17 00:00:00 2001 From: David Conran Date: Sun, 19 Sep 2021 19:38:22 +1000 Subject: [PATCH] Symphony: Update supported devices and known codes Fixes #1603 --- src/ir_Symphony.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/ir_Symphony.cpp b/src/ir_Symphony.cpp index d5fedb29b..b629ef72d 100644 --- a/src/ir_Symphony.cpp +++ b/src/ir_Symphony.cpp @@ -18,6 +18,15 @@ // Brand: Satellite Electronic, Model: ID6 Remote // Brand: Satellite Electronic, Model: JY199I Fan driver // Brand: Satellite Electronic, Model: JY199I-L Fan driver +// Brand: SilverCrest, Model: SSVS 85 A1 Fan + +// Known Codes: +// SilverCrest SSVS 85 A1 Fan: +// 0x581 - On/Off +// 0x582 - Speed +// 0x584 - Mist +// 0x588 - Timer +// 0x590 - OSC #include #include "IRrecv.h"