cfg: add epc8210 test cfg file

This commit is contained in:
2026-02-25 17:25:08 +01:00
parent 9530bba194
commit b646253147
+17
View File
@@ -0,0 +1,17 @@
Node('epc8210_test.test',
'test epc8210 (power line switch) driver',
'tcp://5000',
)
Mod('io',
'frappy_psi.epc8210.IO',
'epc8210 communication',
uri='jtccr-ts:3007',
)
Mod('switch',
'frappy_psi.epc8210.Switch',
'epc8210 power line switch',
io='io',
addr=8,
)