SystemUptime

Purpose

Returns the amount of time HomeSeer has been running.  Time is displayed in the format days hours:minutes:seconds.

Parameters

None.

Returns

Return value: time
Type: string

Example

' 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