openhab / org.openhab.binding.zigbee

openHAB binding for ZigBee
Eclipse Public License 2.0
73 stars 111 forks source link

Documentation refers to Paper UI which no longer exists #788

Closed wborn closed 1 year ago

wborn commented 1 year ago

Paper UI has been removed since openHAB 3.

You can create a list of Paper UI occurrences in the documentation using:

grep -iER 'paper[ ]?ui' --include=*.md

org.openhab.binding.zigbee/README.md:**Values:** Timeout time in seconds. The table below lists the options that are shown in PaperUI and the equivalent values that can be set in a configuration file:
org.openhab.binding.zigbee/README.md:| Paper UI     | Config file |
org.openhab.binding.zigbee/README.md:Note that this value should be given as a number in the configuration file, without quotes. Also note that, technically, you are not bound to using the values from the table. But if you use an arbitrary number of seconds, not corresponding to one of the predefined periods, it might not be possible to display the configured value correctly in PaperUI.
org.openhab.binding.zigbee/README.md:**Value:** the update period in seconds. `0` means "never update". In PaperUI, a drop down list is shown, the options from that list are shown in te table below, with their equivalent values that can be put in a config file.
org.openhab.binding.zigbee/README.md:Please note that, technically, you are not bound to using the values from the table. But if you use an arbitrary number of seconds, not corresponding to one of the predefined periods, it might not be possible to display the configured value correctly in PaperUI.
org.openhab.binding.zigbee/README.md:Note that it is possible to dynamically add command descriptions for specific warning/squawk types to a `warning_device` channel by configuring the channel configuration property `zigbee_iaswd_commandOptions`, using String parameters of the form `label=>commandString`, where `label` is the label provided to UIs to render, e.g., buttons for the provided command options (as done, e.g., by PaperUI).