ScheduleFile
Purpose
This property can be set and read. Setting this property configures HomeSeer to use a new configuration file. Reading this property reports the currently configured configuration file. Configuration files hold all configured devices and events.
Parameters
Parameter: Filename
Type: String
Description: The complete path to a new configuration file to use, or the filename only if the configuration file is already stored in the HomeSeer\Config directory.
Returns
Return value: Filename
Type: String
Description: Returns the full path and name of the current configuration file.
Example
Sample Code
' Set a new configuration file
hs.ScheduleFile = "c:\NewConfig.hsd"
' Read the current configuration file
Dim Config_File As String
Config_File = hs.ScheduleFile