From b646253147be2be927cb4bce8ef175bad15c3d75 Mon Sep 17 00:00:00 2001 From: Anik Stark Date: Wed, 25 Feb 2026 15:49:31 +0100 Subject: [PATCH] cfg: add epc8210 test cfg file --- cfg/epc8210_cfg.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 cfg/epc8210_cfg.py diff --git a/cfg/epc8210_cfg.py b/cfg/epc8210_cfg.py new file mode 100644 index 00000000..de43189b --- /dev/null +++ b/cfg/epc8210_cfg.py @@ -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, + ) \ No newline at end of file