From a8b2a9c3f6f30899cedaf6c1ab0bdfa5ae678a68 Mon Sep 17 00:00:00 2001 From: ka-vaNu Date: Sun, 15 Dec 2024 14:08:41 +0100 Subject: [PATCH] #270 fixed typo --- README.md | 16 +++++++++++++++- lib/shutterbox.js | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8924749..0dadf3a 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,26 @@ An incomplete and outdated API simulation can be downloaded [here](https://githu The following devices are currently supported: * shutterbox +* shutterBoxDC +* shutterBoxDIN * switchbox +* switchBox +* switchBoxD +* switchBoxDC +* switchBox DIN +* switchBoxD DIN +* switchBoxT PRO * saunabox * tempsensor * gatebox * tvlift -* multisensor - not tested with real hardware, up to 4 sensors are supported +* multisensor - up to 4 sensors per device are supported + * tempSensor PRO + * tempSensorAC + * humiditySensor + * windSensor PRO + * floodSensor + * rainSensor ## Changelog diff --git a/lib/shutterbox.js b/lib/shutterbox.js index c29021d..1558b27 100644 --- a/lib/shutterbox.js +++ b/lib/shutterbox.js @@ -59,8 +59,8 @@ const datapoints = { "shutterbox#settings.shutter.inputsSwap": { path: "settings.shutter.inputsSwap", type: "state", common: { name: "Inputs swap. Where: 0 - false, 1 - true.", type: "number", role: "value", read: true, write: false } }, - "shutterbox#settings.shutter.calibrationParameters.isCalibarted": { - path: "settings.shutter.calibrationParameters.isCalibarted", type: "state", common: { name: "Information about shutter calibration. Where: 0 - not calibrated, 1 - calibrated.", type: "number", role: "value", read: true, write: false } + "shutterbox#settings.shutter.calibrationParameters.isCalibrated": { + path: "settings.shutter.calibrationParameters.isCalibrated", type: "state", common: { name: "Information about shutter calibration. Where: 0 - not calibrated, 1 - calibrated.", type: "number", role: "value", read: true, write: false } }, "shutterbox#settings.shutter.calibrationParameters.maxTiltTimeDownMs": { path: "settings.shutter.calibrationParameters.maxTiltTimeDownMs", type: "state", common: { name: "Max tilt time up in miliseconds.", type: "number", role: "value", read: true, write: false }