From cd920dfe6da8dac5621deacc0d0796a033d5c35e Mon Sep 17 00:00:00 2001 From: LiQuiDzGit <146151715+LiQuiDzGit@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:32:30 -0400 Subject: [PATCH 1/3] Create HIKVISION_OEM.ir Hikvision CCTV OEM REMOTE FOR DVR/NVR --- CCTV/Hikvision/HIKVISION_OEM.ir | 236 ++++++++++++++++++++++++++++++++ 1 file changed, 236 insertions(+) create mode 100644 CCTV/Hikvision/HIKVISION_OEM.ir diff --git a/CCTV/Hikvision/HIKVISION_OEM.ir b/CCTV/Hikvision/HIKVISION_OEM.ir new file mode 100644 index 00000000..0aacd308 --- /dev/null +++ b/CCTV/Hikvision/HIKVISION_OEM.ir @@ -0,0 +1,236 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0C F3 00 00 +# +name: Dev +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1F E0 00 00 +# +name: Rec +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1B E4 00 00 +# +name: Play +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1A E5 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 41 BE 00 00 +# +name: Prev +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1D E2 00 00 +# +name: Info +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 16 E9 00 00 +# +name: VOiP/MON +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 15 EA 00 00 +# +name: UP -Skip +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0D F2 00 00 +# +name: LEFT -REW +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0A F5 00 00 +# +name: RIGHT -FF +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0B F4 00 00 +# +name: DN -PREV +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0E F1 00 00 +# +name: Enter-PP +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0F F0 00 00 +# +name: PTZ +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1C E3 00 00 +# +name: ESC +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 14 EB 00 00 +# +name: Bk-Pause +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 40 BF 00 00 +# +name: Stop +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 42 BD 00 00 +# +name: Plus +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 43 BC 00 00 +# +name: Minus +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 44 BB 00 00 +# +name: Iris + +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 45 BA 00 00 +# +name: Iris - +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 49 B6 00 00 +# +name: Focus + +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 46 B9 00 00 +# +name: Focus - +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 4A B5 00 00 +# +name: Zoom + +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 47 B8 00 00 +# +name: Zoom - +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 4B B4 00 00 +# +name: F1 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 48 B7 00 00 +# +name: F2 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 4C B3 00 00 + # +name: Edit +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 13 EC 00 00 +# +name: A +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1E E1 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 00 FF 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 01 FE 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 02 FD 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 03 FC 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 04 FB 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 05 FA 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 06 F9 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 07 F8 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 08 F7 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 09 F6 00 00 From f797e5ab3aab41126f3b464a492d7e54c0669be7 Mon Sep 17 00:00:00 2001 From: LiQuiDzGit <146151715+LiQuiDzGit@users.noreply.github.com> Date: Wed, 27 Sep 2023 19:35:29 -0400 Subject: [PATCH 2/3] Update HIKVISION_OEM.ir --- CCTV/Hikvision/HIKVISION_OEM.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCTV/Hikvision/HIKVISION_OEM.ir b/CCTV/Hikvision/HIKVISION_OEM.ir index 0aacd308..42550293 100644 --- a/CCTV/Hikvision/HIKVISION_OEM.ir +++ b/CCTV/Hikvision/HIKVISION_OEM.ir @@ -162,7 +162,7 @@ type: parsed protocol: NECext address: 01 FF 00 00 command: 4C B3 00 00 - # +# name: Edit type: parsed protocol: NECext From 13ffe00d5a23044d7d73e222be6b0d3f69a50fd2 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:58:03 -0700 Subject: [PATCH 3/3] Added description to comment --- CCTV/Hikvision/HIKVISION_OEM.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CCTV/Hikvision/HIKVISION_OEM.ir b/CCTV/Hikvision/HIKVISION_OEM.ir index 42550293..30cf3536 100644 --- a/CCTV/Hikvision/HIKVISION_OEM.ir +++ b/CCTV/Hikvision/HIKVISION_OEM.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Hikvision NVR/DVR +# name: Power type: parsed protocol: NECext