From a45aba714b371158bd42e33be53d4cd2bc6b53c6 Mon Sep 17 00:00:00 2001 From: Ben Dodd Date: Tue, 21 Jun 2022 13:57:41 +0100 Subject: [PATCH] Use correct format for timer event example --- source/behavior/entities/format/components/timer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/timer.json b/source/behavior/entities/format/components/timer.json index 1ab3933e..547a5958 100644 --- a/source/behavior/entities/format/components/timer.json +++ b/source/behavior/entities/format/components/timer.json @@ -69,7 +69,10 @@ { "time": 1, "looping": true, - "time_down_event": "self:reset" + "time_down_event": { + "event": "example:foo", + "target": "self" + } } ] }