Created
January 25, 2020 14:09
-
-
Save gschmutz/f48862cc0452e75c0158db21441e4b98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type":"simple", | |
"uuid":"", | |
"topic":"device/{$uuid}", | |
"sampling":{"type":"fixed", "interval":10000}, | |
"copy":2, | |
"sensors":[ | |
{"type":"dev.timestamp", "name":"ts"}, | |
{"type":"dev.uuid", "name":"uuid"}, | |
{"type":"double_walk", "name":"temp", "min":-15, "max":3}, | |
{"type":"double_cycle", "name":"level", "values": [1.1,3.2,8.3,9.4]}, | |
{"type":"string", "name":"level", "random": ["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o"]} | |
] | |
} | |
]⏎ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment