Skip to content

Commit ab0062c

Browse files
authored
update README
From: #25
1 parent 795a9b4 commit ab0062c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The MQTT data source has the following requirements:
2121
- This plugin automatically supports topics publishing very simple JSON formatted messages. Note that only the following structure is supported as of now:
2222
```
2323
{
24-
'value1': 1.0,
25-
'value2': 2,
26-
'value3': 3.33,
24+
"value1": 1.0,
25+
"value2": 2,
26+
"value3": 3.33,
2727
...
2828
}
2929
```

0 commit comments

Comments
 (0)