var Zwave11 = Modules.InDomain(“HomeAutomation.ZWave”).WithAddress(“11”); // MultiSensor
var UpdateTime = Zwave11.UpdateTime;
Generates the error:
Line 11, Column 26 (Code):
Type HomeGenie.Automation.Scripting.ModulesManager' does not contain a definition forUpdateTime’ and no extension method UpdateTime' of typeHomeGenie.Automation.Scripting.ModulesManager’ could be found. Are you missing an assembly reference?
/usr/local/bin/homegenie/HomeGenie.exe (Location of the symbol related to previous error)
I have not had much opportunity to mess around in the editor yet, so cannot be a ton of help there. Here is a link to the docs page for the apparent type of Zwave11,
which replicates the structure a hg program takes when it compiles - but it allows you to use intellisense and then copy and paste the code from the RunCode section into your program code…
I did intend to try and extend HG and get an editor like mirrorsharp working so we could get intellisense - but the ui side is outside of my skill set (with amount of time I have available)