From f551ca2f35602163c3e9983fb9a71a2454ae5603 Mon Sep 17 00:00:00 2001 From: MrJimmyDean <116679252+MrJimmyDean@users.noreply.github.com> Date: Fri, 17 Feb 2023 18:53:02 -0600 Subject: [PATCH] Create WayneDresser_GasPump_Remote.ir This ir file is all of the buttons on a gas pump technicians programming remote for a Wayne Dresser (Brand) gas pump. (Works with several models) - a pass code is required to change programming, there is a default pass code. - the "remote" function of the gas pumps can be disabled internally by a technician, so wont work on all of them unless they forgot to disable it.(happens a lot) --- .../WayneDresser_GasPump_Remote.ir | 101 ++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 Miscellaneous/WayneDresser/WayneDresser_GasPump_Remote.ir diff --git a/Miscellaneous/WayneDresser/WayneDresser_GasPump_Remote.ir b/Miscellaneous/WayneDresser/WayneDresser_GasPump_Remote.ir new file mode 100644 index 00000000..76c91250 --- /dev/null +++ b/Miscellaneous/WayneDresser/WayneDresser_GasPump_Remote.ir @@ -0,0 +1,101 @@ +Filetype: IR signals file +Version: 1 +# +# Wayne-Dresser gasoline dispenser technician programming controller ****** USE WITH CAUTION!!!! ****** Manuals can be found online, However if you dont know, id recommend not using it. +# WILL ONLY WORK if the gasoline dispenser has been left enabled for remote control, technicians often forget to disable this function, passcode is sometimes changed as well.) +# +name: ENTER +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 00 FF 00 00 +# +name: CLEAR +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 10 EF 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 01 FE 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 09 F6 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 11 EE 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 02 FD 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 0A F5 00 00 +# +name: 6 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 12 ED 00 00 +# +name: 7 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 03 FC 00 00 +# +name: 8 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 0B F4 00 00 +# +name: 9 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 13 EC 00 00 +# +name: 0 +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 0C F3 00 00 +# +name: POUND +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 0D F2 00 00 +# +name: UP +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 05 FA 00 00 +# +name: DOWN +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 06 F9 00 00 +# +name: NEXT +type: parsed +protocol: NECext +address: 82 13 00 00 +command: 0E F1 00 00