Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ism8] Update README.md #14665

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions bundles/org.openhab.binding.ism8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ Thing ism8:device:heater "Wolf Heizung" [portNumber=12004]
Type number-readonly : DpId008 "Außentemperatur" [id=8, type="9.001"]
Type switch-readonly : DpId009 "Status Flamme" [id=9, type="1.001"]
Type number-readonly : DpId013 "Anlagendruck" [id=13, type="9.006"]
Type number-readonly : DpId053 "Störung Systemmodul" [id=53, type="1.001"]
Type switch-readonly : DpId053 "Störung Systemmodul" [id=53, type="1.001"]
Type number-readonly : DpId054 "Außentemperatur Systemmodul" [id=54, type="9.001"]
Type number : DpId056 "Sollwert Warmwasser" [id=56, type="9.001"]
Type number : DpId057 "Betriebsart Heizkreis" [id=57, type="20.102"]
Type number : DpId058 "Betriebsart Warmwasser" [id=58, type="20.103"]
Type number : DpId065 "Sollwertverschiebung" [id=65, type="9.002"]
// 9.002 does not work, use 9.001 instead
// Type number : DpId065 "Sollwertverschiebung" [id=65, type="9.002"]
Type number-readonly : DpId148 "CML Störung" [id=148, type="1.001"]
Type number : DpId149 "CWL Betriebsart" [id=149, type="20.102"]
Type number-readonly : DpId163 "CWL Lüftungsstufe" [id=163, type="5.001"]
Expand Down