Hello,
I am trying to have webcore broadcast to google home if thermostat is changed to cool or heat and living room door is open.
so this is what i got so far
if time is between 9am and 10pm
and living room door contact is open
and nest thermostats - thermostatOperatingState changes to any of cooling or heating
here is where i want webcore to do a webrequest , i cant seem to understand how to do it.
to be able to add a DO function where i can then add a do " Make a web request " needs me to 1st add a then </>Action field before i can use the do command, but in my case i dont want or need an action i just need webcore to do a web request if certain conditions are met.
can someone please help me