Hi,
this has been workign great but could you add the ability to add the number of rings to HSTouch?
thanks
Raptor
this has been workign great but could you add the ability to add the number of rings to HSTouch?
thanks
Raptor
If this is your first visit, be sure to check out the FAQ. You must register before you can post.
IMPORTANT: Your first post will be checked for appropriate content. This may take a bit of time.
[B]Using Replacement Variables[/B] Replacement variables are a series of special characters that you can use in text being spoken or in the subject or body of an email. When HomeSeer encounters one of these variables, it substitutes the information indicated by the variable in place of the variable. [B]Example[/B] hs.Speak "The time is $$time" Results in (at 11AM): "The time is <say-it type="time"> 11:00 AM </say-it>" Or to do the same without the prosody/pronunciation tag: hs.Speak "The time is $time" Results in (at 11AM): "The time is 11:00 AM" [B]HomeSeer Replacement Variables[/B] [B](Replacement Variables are Case Insensitive)[/B] <!--(Table)=========================================================--><TABLE class=whs2 cellSpacing=0 summary=" " width="100%" x-use-null-cells><SCRIPT language=JavaScript><!--if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table><table x-use-null-cells cellspacing='0' width='100%' border='1' bordercolor='black' bordercolorlight='black' bordercolordark='black'>");//--></SCRIPT><COLGROUP><COL class=whs3><COL class=whs4><TBODY><TR class=whs5 vAlign=top><TD class=whs6 width="9.9%">$date </TD><TD class=whs7 width="90.09%">Replacement is the current date in long format, e.g.: April 1, 2006 </TD></TR><TR class=whs5 vAlign=top><TD class=whs8 width="9.9%">$time </TD><TD class=whs9 width="90.09%">Replacement is the current time in 12 hour format, e.g. 2:00 PM </TD></TR><TR class=whs5 vAlign=top><TD class=whs8 width="9.9%">$$date </TD><TD class=whs9 width="90.09%">Replacement is the same as $date, but it is wrapped with the SAPI context tag for date so the text to speech engine knows it is a date being spoken. Use $$date when the output is going to be spoken. </TD></TR><TR class=whs5 vAlign=top><TD class=whs8 width="9.9%">$$time </TD><TD class=whs9 width="90.09%">Replacement is the same as $time, but it is wrapped with the SAPI context tag for time so the text to speech engine knows it is a time being spoken. Use $$time when the output is going to be spoken. </TD></TR><TR class=whs5 vAlign=top><TD class=whs8 width="9.9%">$from </TD><TD class=whs9 width="90.09%">Replacement is the email address of the last email received. </TD></TR><TR class=whs5 vAlign=top><TD class=whs8 width="9.9%">$$DV:(address) </TD><TD class=whs9 width="90.09%">Replacement is the VALUE of the device indicated by (address). For example, if the device at address R40 has a value of 100, then using $$DV:R40 in the text will result in 100 after the substitution. </TD></TR><TR class=whs5 vAlign=top><TD class=whs8 width="9.9%">$$DS:(address) </TD><TD class=whs9 width="90.09%">Replacement is the STATUS of the device indicated by (address). For example, if the device at address S39 has a status of "Disarmed", then using $$DS:S39 in the text will result in "Disarmed" after the substitution.[LIST][LIST][*][B][B]Note[/B][/B]: HTML used in the status may result in problems when the replaced text is spoken.[/LIST][/LIST]</TD></TR><SCRIPT language=JavaScript><!--if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) == 4)) document.write("</table></table><table>");//--></SCRIPT></TBODY></TABLE>
Comment