Skip to content

Instantly share code, notes, and snippets.

@micha149
Created April 12, 2012 12:00
Show Gist options
  • Save micha149/2366828 to your computer and use it in GitHub Desktop.
Save micha149/2366828 to your computer and use it in GitHub Desktop.
Data Point Types of the knx standard
[{
"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