Announcement

Collapse
No announcement yet.

Can you run scripts

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can you run scripts

    Hello all,
    Is it possible to run exixting scripts that run on HomeSeer like weather.txt or do you have to completly rewrite it in order for the client to speak it

    #2
    You don’t have to rewrite the script but you will need to edit it and remember when to update that script.
    The best way it’s to locate the line with speak or writelog or commented by the developer and add a new function above.
    If I look at the weather.txt provide by HomeSeer it’s the line 63 the good one so add this in line 64

    hs.plugin("message server").messagetoclient cstr(all_w)

    Regards,
    Christian

    Comment

    Working...
    X