From c30a5fa9e2fe27c3efb5c9ed60561fffba109494 Mon Sep 17 00:00:00 2001 From: robnielsen Date: Fri, 25 Sep 2020 15:23:07 -0500 Subject: [PATCH] [insteon] remove optional from the description of network parameters (#8555) Signed-off-by: Rob Nielsen --- bundles/org.openhab.binding.insteon/README.md | 4 ++-- .../src/main/resources/OH-INF/thing/thing-types.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundles/org.openhab.binding.insteon/README.md b/bundles/org.openhab.binding.insteon/README.md index c5f10e299..0145371b1 100644 --- a/bundles/org.openhab.binding.insteon/README.md +++ b/bundles/org.openhab.binding.insteon/README.md @@ -44,8 +44,8 @@ The Insteon PLM or hub is configured with the following parameters: |----------|---------:|--------:|-------------| | port | | Yes | **Examples:**
- PLM on Linux: `/dev/ttyS0` or `/dev/ttyUSB0`
- Smartenit ZBPLM on Linux: `/dev/ttyUSB0,baudRate=115200`
- PLM on Windows: `COM1`
- Current hub (2245-222) at 192.168.1.100 on port 25105, with a poll interval of 1000 ms (1 second): `/hub2/my_user_name:my_password@192.168.1.100:25105,poll_time=1000`
- Legacy hub (2242-222) at 192.168.1.100 on port 9761:`/hub/192.168.1.100:9761`
- Networked PLM using ser2net at 192.168.1.100 on port 9761:`/tcp/192.168.1.100:9761` | | devicePollIntervalSeconds | 300 | No | Poll interval of devices in seconds. Poll too often and you will overload the insteon network, leading to sluggish or no response when trying to send messages to devices. The default poll interval of 300 seconds has been tested and found to be a good compromise in a configuration of about 110 switches/dimmers. | -| additionalDevices | | No | Optional file with additional device types. The syntax of the file is identical to the `device_types.xml` file in the source tree. Please remember to post successfully added device types to the openhab group so the developers can include them into the `device_types.xml` file! | -| additionalFeatures | | No | Optional file with additional feature templates, like in the `device_features.xml` file in the source tree. | +| additionalDevices | | No | File with additional device types. The syntax of the file is identical to the `device_types.xml` file in the source tree. Please remember to post successfully added device types to the openhab group so the developers can include them into the `device_types.xml` file! | +| additionalFeatures | | No | File with additional feature templates, like in the `device_features.xml` file in the source tree. | >NOTE: For users upgrading from InsteonPLM, The parameter port_1 is now port. diff --git a/bundles/org.openhab.binding.insteon/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.insteon/src/main/resources/OH-INF/thing/thing-types.xml index 0b8a10b65..09a58de64 100644 --- a/bundles/org.openhab.binding.insteon/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.insteon/src/main/resources/OH-INF/thing/thing-types.xml @@ -21,12 +21,12 @@ - Optional file with additional device types. + File with additional device types. - Optional file with additional feature templates. + File with additional feature templates.