From 447e0a68ef7c4f82eadde6150875493e49ca2222 Mon Sep 17 00:00:00 2001 From: Chester Date: Tue, 8 Mar 2022 14:18:35 +0100 Subject: [PATCH] added GarageDoor and HumiditySensor --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dab610d..acda71d 100644 --- a/README.md +++ b/README.md @@ -194,12 +194,12 @@ Valid values for 'TargetDoorState': ``` ### Humidity sensor -This accessory is used for showing the current humidity value. +This accessory shows the current relative humidity in %. #### Characteristics in addition to [common characteristics](#common-accessories-characteristics) -| Parameter | Possible values | Mandatory | Description | -|:-------------------|:----------------|:----------|:-------------------------------------| -| CurrentHumidity | \ | Yes | SHNG item to monitor humidity | +| Parameter | Possible values | Mandatory | Description | +|:-------------------|:----------------|:----------|:-----------------------------------------------| +| CurrentHumidity | \ | Yes | SHNG item to monitor relative humidity in % | #### Example: @@ -373,7 +373,7 @@ This accessory can monitor and change the on/off state of something. It is very ``` ### Temperature sensor -This sensor show the actual temperature. +This sensor shows the actual temperature. #### Characteristics in addition to [common characteristics](#common-accessories-characteristics) | Parameter | Possible values | Mandatory | Description |