Skip to content

Commit

Permalink
Merge pull request #24 from bisand/develop
Browse files Browse the repository at this point in the history
Adjusted examples
  • Loading branch information
bisand committed Sep 3, 2019
2 parents 632a106 + 1c6b008 commit 7e3acc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Select from a set of predefined queries to retrieve data from Tibber API.
"z": "4e0718b1.2af2a8",
"name": "",
"topic": "",
"payload": "{\"title\":\"Test\",\"message2\":\"Dette er en test\",\"screen\":\"HOME\"}",
"payload": "{\"title\":\"Test\",\"message\":\"This is a simple test\",\"screen\":\"HOME\"}",
"payloadType": "json",
"repeat": "",
"crontab": "",
Expand Down
2 changes: 1 addition & 1 deletion examples/Tibber Test Flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"z": "4e0718b1.2af2a8",
"name": "",
"topic": "",
"payload": "{\"title\":\"Test\",\"message2\":\"Dette er en test\",\"screen\":\"HOME\"}",
"payload": "{\"title\":\"Test\",\"message\":\"This is a simple test\",\"screen\":\"HOME\"}",
"payloadType": "json",
"repeat": "",
"crontab": "",
Expand Down

0 comments on commit 7e3acc8

Please sign in to comment.