Announcement

Collapse
No announcement yet.

Global var with WAN IP?

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

    Global var with WAN IP?

    I have a need to include the WAN IP address for HS3 in an email generated from an event. Is there a global variable that I can use for substitution that contains the external WAN IP address?


    #2
    You can use an immediate script command to get the WAN ip address (&hs.WANIP) and you could use that to update a global variable. Something like this should work to set the variable:

    Code:
    &hs.SaveVar("myvar",hs.WANIP)
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      Thanks much.

      Comment

      Working...
      X