Use correct format for timer event example

This commit is contained in:
Ben Dodd
2022-06-21 13:57:41 +01:00
parent feb600d21b
commit a45aba714b

View File

@@ -69,7 +69,10 @@
{
"time": 1,
"looping": true,
"time_down_event": "self:reset"
"time_down_event": {
"event": "example:foo",
"target": "self"
}
}
]
}