MIG API
HomeAutomation.Insteon Domain
HomeAutomation.Insteon
Insteon PowerLinc 2413U/2413S home automation interface.
Control.On
Turn on the module with address <module_address>.
Syntax
/api/HomeAutomation.Insteon/<module_address>/Control.On
GET /api/HomeAutomation.Insteon/A8/Control.On
Control.Off
Turn off the module with address <module_address>.
Syntax
/api/HomeAutomation.Insteon/<module_address>/Control.Off
GET /api/HomeAutomation.Insteon/A6/Control.Off
Control.Bright
Bright one step the module with address <module_address>.
Syntax
/api/HomeAutomation.Insteon/<module_address>/Control.Bright
GET /api/HomeAutomation.Insteon/A6/Control.Bright
Control.Dim
Dim one step the module with address <module_address>.
Syntax
/api/HomeAutomation.Insteon/<module_address>/Control.Dim
GET /api/HomeAutomation.Insteon/A8/Control.Dim
Control.Level
Set the level of the module with address <module_address> to <level>% (0-100).
Syntax
/api/HomeAutomation.Insteon/<module_address>/Control.Level/<level>
GET /api/HomeAutomation.Insteon/A4/Control.Level/35
Control.Toggle
Toggle on/off the module with address <module_address>.
Syntax
/api/HomeAutomation.Insteon/<module_address>/Control.Toggle
GET /api/HomeAutomation.Insteon/A4/Control.Toggle
Control.AllLightsOn
Turn on all X10 lights with the house code <house_code>.
Syntax
/api/HomeAutomation.Insteon/<house_code>/Control.AllLightsOn
GET /api/HomeAutomation.Insteon/B/Control.AllLightsOn
Control.AllLightsOff
Turn off all X10 lights with the house code <house_code>.
Syntax
/api/HomeAutomation.Insteon/<house_code>/Control.AllLightsOff
GET /api/HomeAutomation.Insteon/B/Control.AllLightsOff