From 16080d306e1bfd38a28a57a85b9805d882c1c991 Mon Sep 17 00:00:00 2001 From: Nils Schnabel Date: Sun, 26 Apr 2020 07:00:35 +0200 Subject: [PATCH] [pjlink] use parameter-groups for better structure of thing parameters in PaperUI (#7472) Signed-off-by: Nils Schnabel --- .../resources/ESH-INF/thing/thing-types.xml | 42 +++++++++++-------- 1 file changed, 25 insertions(+), 17 deletions(-) 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.