From 7e8b357a63bdf906715f8341da7fb29d95358555 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 30 Dec 2023 15:45:14 -0500 Subject: [PATCH] Add "RY King" flameless candles Commands are similar to that of the Antizer Flameless already in the database, however my remotes also include 2,4,6 and 8 hr timers. --- .../RY_King_Flameless_Candles.ir | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 LED_Lighting/RY_King_Flameless_Candles/RY_King_Flameless_Candles.ir diff --git a/LED_Lighting/RY_King_Flameless_Candles/RY_King_Flameless_Candles.ir b/LED_Lighting/RY_King_Flameless_Candles/RY_King_Flameless_Candles.ir new file mode 100644 index 00000000..a80caee6 --- /dev/null +++ b/LED_Lighting/RY_King_Flameless_Candles/RY_King_Flameless_Candles.ir @@ -0,0 +1,64 @@ +Filetype: IR signals file +Version: 1 +# +# RY King Flameless Candles +# +name: On +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 00 FF 00 00 +# +name: Off +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 02 FD 00 00 +# +name: Timer_2hr +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 04 FB 00 00 +# +name: Timer_4hr +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 06 F9 00 00 +# +name: Timer_6hr +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 08 F7 00 00 +# +name: TImer_8hr +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 0A F5 00 00 +# +name: Candle_mode +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 0C F3 00 00 +# +name: Light_mode +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 0E F1 00 00 +# +name: Dimmer +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 10 EF 00 00 +# +name: Brighter +type: parsed +protocol: NECext +address: 08 B7 00 00 +command: 12 ED 00 00