]> git.basschouten.com Git - openhab-addons.git/commitdiff
[insteon] remove optional from the description of network parameters (#8555)
authorrobnielsen <rob.nielsen@yahoo.com>
Fri, 25 Sep 2020 20:23:07 +0000 (15:23 -0500)
committerGitHub <noreply@github.com>
Fri, 25 Sep 2020 20:23:07 +0000 (22:23 +0200)
Signed-off-by: Rob Nielsen <rob.nielsen@yahoo.com>
bundles/org.openhab.binding.insteon/README.md
bundles/org.openhab.binding.insteon/src/main/resources/OH-INF/thing/thing-types.xml

index c5f10e299ed14bac5afe96a339846886854cdb5b..0145371b16ab427f2b5ad601641edebd38000ae8 100644 (file)
@@ -44,8 +44,8 @@ The Insteon PLM or hub is configured with the following parameters:
 |----------|---------:|--------:|-------------|
 | port   |         |   Yes    | **Examples:**<br>- PLM on  Linux: `/dev/ttyS0` or `/dev/ttyUSB0`<br>- Smartenit ZBPLM on Linux: `/dev/ttyUSB0,baudRate=115200`<br>- PLM on Windows: `COM1`<br>- 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`<br>- Legacy hub (2242-222) at 192.168.1.100 on port 9761:`/hub/192.168.1.100:9761`<br>- 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.
 
index 0b8a10b65936eba9eaf77e333f5a86a6f3f0c71e..09a58de64f1d66614528a6e4939c60321000b87d 100644 (file)
 
                        <parameter name="additionalDevices" type="text">
                                <label>Additional Devices</label>
-                               <description>Optional file with additional device types.</description>
+                               <description>File with additional device types.</description>
                        </parameter>
 
                        <parameter name="additionalFeatures" type="text">
                                <label>Additional Features</label>
-                               <description>Optional file with additional feature templates.</description>
+                               <description>File with additional feature templates.</description>
                        </parameter>
                </config-description>
        </bridge-type>