Products
Breadcrumbs

System

Purpose

Scripts can access the system object directly without using this function.  However, external programs that wish to access the system object need to call this function to get access to it.  The system object is an independent interface that allows for access to either the HS (HomeSeer) or HSP (HomeSeer Phone) object.  


Parameters

None


Returns

Return value: system object
Type: object
Description: Returns a reference to the system object.


Example

Visual Basic
dim system

set system = hs.system