[rules-dsl.md] Changed some typos in the createTimer sample code (#608)

pull/611/head
mod42 2017-12-30 20:05:36 +01:00 committed by Jerome L
parent 05b1e854c1
commit d2c3b160be
1 changed files with 2 additions and 2 deletions

View File

@ -177,9 +177,9 @@ rule "Speedtest init"
when
System started
then
createTimer(now.plusSeconds(30)) [|
createTimer(now.plusSeconds(30), [|
if (Speedtest_Summary.state == NULL || Speedtest_Summary.state == "") Speedtest_Summary.postUpdate("unknown")
]
])
end
```