![]() |
|
Announce Action - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Products (https://www.comfortforums.com/forum-3.html) +--- Forum: Questions on Using Comfort (https://www.comfortforums.com/forum-159.html) +--- Thread: Announce Action (/thread-1315.html) |
- juwi_uk - 01-22-2009 Is it planned to add an \"Announce\" Action for sensor values in the future so that it reports on keypads and can be used programatically? Could becombined with \"Announce Words\" too. I\'d like keypad to be able to announce on the hour: Temperature <sensor value> - admin - 01-23-2009 Announcement of sensor values is planned, but you can achieve this with a little programming, eg If SensorRegister N >= 80 Then If SensorRegister N < 82 Then Announce Temperature 20 7 Degrees End If End If etc for each temperature value that you want to annnounce |