openhab-core/demo/app/conf/rules/demo.rules
Markus Rathgeb a37cceab67 mavenize openHAB and integrate mavenized ESH repository (#467)
* mavenize openHAB and integrate mavenized ESH repository

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-01-28 13:07:31 +01:00

11 lines
246 B
Plaintext

rule "Initialize demo items"
when
System started
then
DemoLocation.postUpdate("52,9")
DemoContact.postUpdate(OPEN)
DemoString.postUpdate("Hello SmartHome!")
DemoDateTime.postUpdate(new DateTimeType())
DemoNumber.postUpdate(12.34)
end