Announcement

Collapse
No announcement yet.

speaking help required

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    speaking help required

    I need a little help getting HS Pro to speak the temperature.

    It says "four hundred and twelve" instead of "forty one point two".

    Is there a quick way to get the number divided by 10 before it speaks ?

    run script:
    &hs.speak "outside temperature is " & hs.devicevalue ("]8")& "degrees"

    I also tried $$DV:]8 but it says "& nbsp 41.2"

    Thanks in advance,
    Neil
    Newmarket Ontario

    #2
    &hs.speak "outside temperature is " & (hs.devicevalue ("]8")/10) & " degrees"
    Jon

    Comment


      #3
      Thanks Jon !
      Neil
      Newmarket Ontario

      Comment

      Working...
      X