From 4da6213d1b41f37d00b9542f2b9e69b039d5da6a Mon Sep 17 00:00:00 2001 From: James Kendall Date: Mon, 1 Aug 2022 00:14:29 -0500 Subject: [PATCH] Led candle Enido led flickering candle --- Miscellaneous/Candle.ir | 62 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Miscellaneous/Candle.ir diff --git a/Miscellaneous/Candle.ir b/Miscellaneous/Candle.ir new file mode 100644 index 00000000..deffa1ce --- /dev/null +++ b/Miscellaneous/Candle.ir @@ -0,0 +1,62 @@ +Filetype: IR signals file +Version: 1 +# Enido Flickering Flameless battery powered candles +name: On +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 00 00 00 00 +# +name: Off +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: 2h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: 4h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: 6h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: 8h +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: Candle +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: Light +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: Dim - +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 10 00 00 00 +# +name: Dim + +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 12 00 00 00