Documentation KNXEASY
38
b.a.b-technologie gmbh
KNXEASY version. 1
Figure 43: Client simulation example
HTTP
SEND ASCII STRINGS
You are also able to send ASCII strings via HTTP POST and GET.
POST
POST is used to send a “write” command to KNXEASY. The address for this POST is:
http://[IP address]/knxeasy/rest/knxeasy/write
The command is sent as request data in a JSON format:
{"command": "[command]"}