Returns the amount of time HomeSeer has been running. Time is displayed in the format days hours:minutes:seconds.
None.
Return value: time
Type: string
' Set a virtual device to display the system uptime
sub main()
dim s
s = hs.SystemUptime
hs.SetDeviceString "z1","Uptime: "&s
end sub
' the display might be: Uptime: 1 Days 12:23:07