registers changed

This commit is contained in:
Wolfgang Hottgenroth 2019-07-17 16:15:21 +01:00
parent 7a8a3c661d
commit a0efe1129b

View File

@ -2,9 +2,9 @@
{ {
"args": { "args": {
"address": 1, "address": 1,
"converter": "dht20TOFloat",
"count": 1, "count": 1,
"label": "Temperature", "label": "Temperature",
"converter": "dht20TOFloat",
"publishTopic": "Pub/Temperature", "publishTopic": "Pub/Temperature",
"scanRate": 10.0, "scanRate": 10.0,
"unit": 5, "unit": 5,
@ -15,9 +15,9 @@
{ {
"args": { "args": {
"address": 2, "address": 2,
"converter": "dht20TOFloat",
"count": 1, "count": 1,
"label": "Humidity", "label": "Humidity",
"converter": "dht20TOFloat",
"publishTopic": "Pub/Humidity", "publishTopic": "Pub/Humidity",
"scanRate": null, "scanRate": null,
"unit": 5, "unit": 5,
@ -28,6 +28,8 @@
{ {
"args": { "args": {
"address": 0, "address": 0,
"bitCount": 8,
"converter": null,
"count": 1, "count": 1,
"label": "Switches", "label": "Switches",
"publishTopic": "Pub/Switches", "publishTopic": "Pub/Switches",
@ -40,10 +42,10 @@
{ {
"args": { "args": {
"address": 40010, "address": 40010,
"converter": "uint32",
"count": 2, "count": 2,
"feedbackTopic": "FB/Counter1", "feedbackTopic": "FB/Counter1",
"label": "Counter1", "label": "Counter1",
"converter": "uint32",
"publishTopic": "Pub/Counter1", "publishTopic": "Pub/Counter1",
"scanRate": 1.0, "scanRate": 1.0,
"subscribeTopic": "Sub/Counter1", "subscribeTopic": "Sub/Counter1",
@ -54,9 +56,9 @@
{ {
"args": { "args": {
"address": 40012, "address": 40012,
"converter": "uint32",
"count": 2, "count": 2,
"feedbackTopic": "FB/Counter2", "feedbackTopic": "FB/Counter2",
"converter": "uint32",
"label": "Counter2", "label": "Counter2",
"publishTopic": "Pub/Counter2", "publishTopic": "Pub/Counter2",
"scanRate": null, "scanRate": null,
@ -68,9 +70,9 @@
{ {
"args": { "args": {
"address": 40014, "address": 40014,
"converter": "uint32",
"count": 2, "count": 2,
"feedbackTopic": "FB/Counter3", "feedbackTopic": "FB/Counter3",
"converter": "uint32",
"label": "Counter3", "label": "Counter3",
"publishTopic": "Pub/Counter3", "publishTopic": "Pub/Counter3",
"scanRate": null, "scanRate": null,
@ -82,9 +84,9 @@
{ {
"args": { "args": {
"address": 40016, "address": 40016,
"converter": "uint32",
"count": 2, "count": 2,
"feedbackTopic": "FB/Counter4", "feedbackTopic": "FB/Counter4",
"converter": "uint32",
"label": "Counter4", "label": "Counter4",
"publishTopic": "Pub/Counter4", "publishTopic": "Pub/Counter4",
"scanRate": 1.0, "scanRate": 1.0,
@ -104,5 +106,17 @@
"unit": 4 "unit": 4
}, },
"type": "CoilDatapoint" "type": "CoilDatapoint"
},
{
"args": {
"address": 1,
"feedbackTopic": "FB/Coil2",
"label": "Coil2",
"publishTopic": "Pub/Coil2",
"scanRate": 1.0,
"subscribeTopic": "Sub/Coil2",
"unit": 4
},
"type": "CoilDatapoint"
} }
] ]