Skip to content

Commit

Permalink
v1.1-beta.518
Browse files Browse the repository at this point in the history
- Added Program.ParseApiCall(string apiCall) helper method
- Added "$" class in Javascript programs (eg.: $.on.webServiceCallReceived(...); $.modules.withAddres(...); $.program.raiseEvent(...); )
- Added Virtual Modules demo app (Javascript)
- Added program loop check
- Fixed error reporting in program engine
  • Loading branch information
genemars committed Apr 30, 2016
1 parent 1c85bca commit f23d8d1
Show file tree
Hide file tree
Showing 13 changed files with 2,402 additions and 675 deletions.
4 changes: 4 additions & 0 deletions BaseFiles/Common/automationgroups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@
<Name>Scheduling</Name>
<Modules />
</Group>
<Group>
<Name>Demo</Name>
<Modules />
</Group>
</ArrayOfGroup>
26 changes: 21 additions & 5 deletions BaseFiles/Common/groups.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ArrayOfGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Group>
<Name>Dashboard</Name>
<Wallpaper>wallpaper_006.jpg</Wallpaper>
Expand All @@ -21,12 +21,28 @@
<Domain>HomeAutomation.HomeGenie.Automation</Domain>
</ModuleReference>
<ModuleReference>
<Address>Resources on the web</Address>
<Address>1</Address>
<Domain>HomeAutomation.BasicThermostat</Domain>
</ModuleReference>
<ModuleReference>
<Address>Virtual Modules</Address>
<Domain>HomeGenie.UI.Separator</Domain>
</ModuleReference>
<ModuleReference>
<Address>4</Address>
<Domain>Favourites.Link</Domain>
<Address>2</Address>
<Domain>HomeAutomation.Demo</Domain>
</ModuleReference>
<ModuleReference>
<Address>3</Address>
<Domain>HomeAutomation.PhilipsHue</Domain>
</ModuleReference>
<ModuleReference>
<Address>1</Address>
<Domain>HomeAutomation.Demo</Domain>
</ModuleReference>
<ModuleReference>
<Address>3</Address>
<Domain>HomeAutomation.Demo</Domain>
</ModuleReference>
</Modules>
</Group>
Expand Down Expand Up @@ -64,4 +80,4 @@
</ModuleReference>
</Modules>
</Group>
</ArrayOfGroup>
</ArrayOfGroup>
Binary file modified BaseFiles/Common/homegenie_factory_config.zip
Binary file not shown.
Loading

0 comments on commit f23d8d1

Please sign in to comment.