From 747a3481524efcc8eacf5bacf7a3b2461086bbc2 Mon Sep 17 00:00:00 2001 From: Boernsman Date: Tue, 19 Nov 2019 17:55:59 +0100 Subject: [PATCH] Updated readme --- httpcommander/README.md | 4 ++ ...2670c-6268-4487-8dff-cccca498731a-en_US.ts | 41 ++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/httpcommander/README.md b/httpcommander/README.md index 9a3d2c8d..cc6ac9df 100644 --- a/httpcommander/README.md +++ b/httpcommander/README.md @@ -1,3 +1,7 @@ # HTTP commander +## HTTP PUT/POST/GET Commander The HTTP commander allows you to execute HTTP methods on a HTTP server and is ment as a generic way to interact with a server. + +## HTTP Server +Simple HTTP Server to receive GET/POST/PUT/DELETE requests. Emits an event including HTTP request type, Url and body as parameter. diff --git a/httpcommander/translations/4e62670c-6268-4487-8dff-cccca498731a-en_US.ts b/httpcommander/translations/4e62670c-6268-4487-8dff-cccca498731a-en_US.ts index e77f76e8..73b3610c 100644 --- a/httpcommander/translations/4e62670c-6268-4487-8dff-cccca498731a-en_US.ts +++ b/httpcommander/translations/4e62670c-6268-4487-8dff-cccca498731a-en_US.ts @@ -20,7 +20,9 @@ The name of the ParamType (DeviceClass: httpPostCommander, Type: device, ID: {02 Port - The name of the ParamType (DeviceClass: httpGetCommander, Type: device, ID: {bee8b151-815a-4159-9d8a-42b76e99b42c}) + The name of the ParamType (DeviceClass: httpServer, Type: device, ID: {438117cb-c2de-49d0-9f91-5988c17225f8}) +---------- +The name of the ParamType (DeviceClass: httpGetCommander, Type: device, ID: {bee8b151-815a-4159-9d8a-42b76e99b42c}) ---------- The name of the ParamType (DeviceClass: httpPutCommander, Type: device, ID: {db994349-1105-4ce5-b6fe-6fd38fbc436a}) ---------- @@ -128,5 +130,42 @@ The name of the StateType ({8daac0e7-4c2f-4cdf-b528-02cfe04c6b39}) of DeviceClas The name of the DeviceClass ({05bf65f5-ff13-43e3-b6ae-77019e79d8a1}) + + Body + The name of the ParamType (DeviceClass: httpServer, EventType: triggered, ID: {c936810e-a73d-424f-8981-48baf0a440bb}) + + + + HTTP Server + The name of the DeviceClass ({56efcdc3-c769-4e25-8a5b-c0affe68252a}) + + + + Http request received + The name of the EventType ({86f794c6-31ad-40a8-928f-4b8802506ce1}) of DeviceClass httpServer + + + + Path + The name of the ParamType (DeviceClass: httpServer, EventType: triggered, ID: {0d4dc8f0-df0d-4fb0-b771-b62dee28a625}) + + + + Request type + The name of the ParamType (DeviceClass: httpServer, EventType: triggered, ID: {dd3c6033-0483-4237-ac15-7a64ae4dd29c}) + + + + Server address + The name of the ParamType (DeviceClass: httpServer, EventType: serverAddress, ID: {f4458008-67f2-4ba1-bbca-e85771a30ddc}) +---------- +The name of the StateType ({f4458008-67f2-4ba1-bbca-e85771a30ddc}) of DeviceClass httpServer + + + + Server address changed + The name of the EventType ({f4458008-67f2-4ba1-bbca-e85771a30ddc}) of DeviceClass httpServer + +