Thanks for the help.
this is my solution
if({[default]CieWaarde}=1 , runscript("system.net.httpGet('http://192.168.2.140/index.html?o1=1')"),
if({[default]CieWaarde}=0 , runscript("system.net.httpGet('http://192.168.2.140/index.html?o1=0')"),
runscript("system.net.httpGet('http://192.168.2.140/index.html?o1=0')")
))
it's work
Arjan