diff --git a/bundles/org.openhab.binding.pjlinkdevice/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.pjlinkdevice/src/main/resources/ESH-INF/thing/thing-types.xml index 3b90083840c8c..446ac529f94cc 100644 --- a/bundles/org.openhab.binding.pjlinkdevice/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.pjlinkdevice/src/main/resources/ESH-INF/thing/thing-types.xml @@ -18,51 +18,59 @@ - + + basic + + + + + Use these settings to configure how the status of the PJLink device will be refreshed + + network-address The address of the PJLink device to control. - + + 4352 + + The TCP port of the PJLink device to control. + + password The password of the PJLink device. - - 4352 - - The TCP port of the PJLink device to control. + + + Seconds between connection retries when connection to the PJLink device has been lost, 0 means never + retry, minimum 30s + 60 - + 5 How often to poll the device state (in seconds). A value of zero will disable polling. - + false Enable polling for the power state. Only considered if the refreshInterval interval is greater than zero. - + false Enable polling for the mute state. Only considered if the refreshInterval interval is greater than zero. - + false Enable polling for the selected input channel. Only considered if the refreshInterval interval is greater than zero. - - - Seconds between connection retries when connection to the PJLink device has been lost, 0 means never - retry, minimum 30s - 60 - - + false Enable polling for the lamp state. Only considered if the refresh interval is greater than zero.