From 9728de3ad17c84be3265cb6acd5f86c7cb5211c6 Mon Sep 17 00:00:00 2001 From: Nils Schnabel Date: Sat, 25 Apr 2020 20:08:36 +0200 Subject: [PATCH] [pjlink] use parameter-groups for better structure of thing parameters in PaperUI 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..d013b2817d387 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 things status 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.