Created
April 12, 2012 12:00
-
-
Save micha149/2366828 to your computer and use it in GitHub Desktop.
Data Point Types of the knx standard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"id": "1.001", | |
"name": "DPT_Switch", | |
"type": "PDT_BINARY_INFORMATION", | |
"unit": null, | |
"valueMap": { | |
"0": "Off", | |
"1": "On" | |
} | |
}, { | |
"id": "1.002", | |
"name": "DPT_Bool", | |
"type": "PDT_BINARY_INFORMATION", | |
"unit": null, | |
"valueMap": { | |
"0": false, | |
"1": true | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment