You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+74Lines changed: 74 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,80 @@ From KNX point of view:
26
26
* Services are usually devices providing multiple functions (e.g. on/off, dimm).
27
27
* Characteristics are the smallest unit und realsied by one or few group addresses (e.g. on/off with get GA and set GA)
28
28
29
+
# Available Servies and Characteristics Configuration
30
+
Check [Homebridge.io docuemntation](https://developers.homebridge.io/#/service) for descriptions of Homebridge _Services_ and **required** or **optional**_Characteristics_. The following services and characteristics are implemented in this plug-in.
0 commit comments