Skip to content
Snippets Groups Projects
Commit 9a8caf04 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

add EL2624

this doesn't work yet, the relays do not switch, but maybe the
terminal is broken.
parent 4a8e0eef
No related merge requests found
......@@ -53,6 +53,15 @@ class EL2808(EBPFTerminal):
channel8 = ProcessDesc(0x7070, 1)
class EL2624(EBPFTerminal):
compatibility = {(2, 171978834)}
channel1 = ProcessDesc(0x7000, 1)
channel2 = ProcessDesc(0x7010, 1)
channel3 = ProcessDesc(0x7020, 1)
channel4 = ProcessDesc(0x7030, 1)
class EL4104(EBPFTerminal):
ch1_value = ProcessDesc(0x7000, 1)
ch2_value = ProcessDesc(0x7010, 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment