Hesse
November 21st, 2003, 05:06 PM
Hi all. I've written a Girder plugin that allows for the seamless control and querying of Housebot via Girder. The plugin uses a COM interface to interact with HouseBot. You can read more about my new plugin at
http://www.laiserver.com/HTPC/HB2Girder.html
After installation of the LUA script and necessary supporting files (info on my website), the following functions are exposed:
Result = HBGetPropertyValue("Device Name", "Property Description")
HBSetPropertyValue("Device Name", "Property Description", "New Value")
Result = HBGetModeState("Mode Name")
HBSetModeState("Mode Name", "New State")
HBExecuteTask("Task Name")
This should allow for control and querying of virtually any device in HouseBot.
Jesse[/url]
http://www.laiserver.com/HTPC/HB2Girder.html
After installation of the LUA script and necessary supporting files (info on my website), the following functions are exposed:
Result = HBGetPropertyValue("Device Name", "Property Description")
HBSetPropertyValue("Device Name", "Property Description", "New Value")
Result = HBGetModeState("Mode Name")
HBSetModeState("Mode Name", "New State")
HBExecuteTask("Task Name")
This should allow for control and querying of virtually any device in HouseBot.
Jesse[/url]