Edition

Purpose

Returns the current edition of HomeSeer.

Parameters

None.

Returns

Return value: edition string
Type: string
Possible Values: Professional, Standard

Example

sub main()

     dim s

     s=hs.edition
     msgbox "The edition of HomeSeer is " & s

end sub