Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Announce Action
#1
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>

 

 
Reply

#2
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

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2026 Melroy van den Berg.