openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

Add additional Value-Keys from 'DavisValueType.java' #5970

Closed FeKn closed 3 years ago

FeKn commented 3 years ago

The Value-Keys list in README.md is incomplete. All Value-Keys are listed in DavisValueType.java.

grep "key = " DavisValueType.java | cut -d\" -f2 | sort shows all available Value-Keys.

Additionally there are some copy&paste issues in DavisValueType.java (HI > LO mix-ups).

9037568 commented 3 years ago

OH1 bindings are not updatable.