Skip to content

Instantly share code, notes, and snippets.

@gschmutz
Created January 25, 2020 14:09
Show Gist options
  • Save gschmutz/f48862cc0452e75c0158db21441e4b98 to your computer and use it in GitHub Desktop.
Save gschmutz/f48862cc0452e75c0158db21441e4b98 to your computer and use it in GitHub Desktop.
[
{
"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