From 0f4835285f866e2a14fded98dc2ed3d8a76bd5d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Pruszy=C5=84ski?= Date: Wed, 29 Jun 2022 15:07:08 +0200 Subject: [PATCH] New devices: F1245-6 R, F470 CU 3x400V --- README.md | 10 + config/F1245-6-R.yaml | 5 + config/F470-CU-3x400V.yaml | 5 + homebridge-ui/public/index.html | 2 + package-lock.json | 4 +- package.json | 2 +- tests/data/F1245-6-R.json | 728 ++++++++++++++++++++++++++++++++ tests/data/F470-CU-3x400V.json | 584 +++++++++++++++++++++++++ tests/devices.test.ts | 9 +- 9 files changed, 1345 insertions(+), 4 deletions(-) create mode 100644 config/F1245-6-R.yaml create mode 100644 config/F470-CU-3x400V.yaml create mode 100644 tests/data/F1245-6-R.json create mode 100644 tests/data/F470-CU-3x400V.json diff --git a/README.md b/README.md index e9f5249..ca7a245 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,12 @@ Whole setup instruction is available on plugin configuration page in homebridge. **Device list** * F370 CU 3x400V +* F470 CU 3x400V * F730 CU 3x400V * F750 CU 3x400V * F1145-10 PC * F1245-6 E PC EM +* F1245-6 R * F1255-6 E EM * F1255-6 R PC EM 3x400V * F2040 @@ -62,10 +64,12 @@ Whole setup instruction is available on plugin configuration page in homebridge.