CAPAUT-253 Fix review findings
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
# captica: Node-RED Node for SystaComfort II
|
||||
|
||||
Receive data from SysteComfort II devices in Node-RED flows
|
||||
Receive data from SystaComfort II devices in Node-RED flows
|
||||
|
||||
This Node-RED node is capturing the packets from a SysteComfort II device and prepares the data for further processing.
|
||||
This Node-RED node is capturing the packets from a SystaComfort II device and prepares the data for further processing.
|
||||
|
||||
## Supported values
|
||||
|
||||
@@ -40,4 +40,4 @@ This Node-RED node is capturing the packets from a SysteComfort II device and pr
|
||||
|Listen Port|Port of UDP Server to listen on. Useful on multiple devices|
|
||||
|
||||
## Connectivity
|
||||
To capture the published data from your SysteComfort II device you have to redirect the traffic on your local network. If you have an local DNS Forwarder you can just create a static host override. The domain `pradigma.remoteportal.de` needs to be resolved to your internal Node-RED ip address.
|
||||
To capture the published data from your SysteComfort II device you have to redirect the traffic on your local network. If you have a local DNS Forwarder you can just create a static host override. The domain `pradigma.remoteportal.de` needs to be resolved to your internal Node-RED ip address.
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"author": "Marc Böhm (marc.boehm@captica.de)",
|
||||
"homepage": "http://www.captica.de",
|
||||
"repository": {
|
||||
"type": "bitbucked",
|
||||
"url": "https://bitbucket.org/captica-dev/de.captica.nodered.node.systacomfort2"
|
||||
"type": "git",
|
||||
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
|
||||
@@ -34,6 +34,6 @@
|
||||
|
||||
<script type="text/html" data-help-name="systacomfort2">
|
||||
<p>
|
||||
A capture device to read data from SysteComfort II devices
|
||||
A capture device to read data from SystaComfort II devices
|
||||
</p>
|
||||
</script>
|
||||
Reference in New Issue
Block a user