[rules-dsl.md] Changed some typos in the createTimer sample code (#608)
parent
05b1e854c1
commit
d2c3b160be
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue