Skip to content

Commit

Permalink
version 0.13.1 - hotfix
Browse files Browse the repository at this point in the history
Can not change type of a timer (week/month)
  • Loading branch information
vosmont committed Sep 3, 2016
1 parent 4aea716 commit 4eb6c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions luup files/J_RulesEngine1_Blockly.js
Original file line number Diff line number Diff line change
Expand Up @@ -2327,6 +2327,7 @@ Blockly.Blocks[ "condition_time" ] = {
this.setColour( Blockly.Blocks.conditions.HUE1 );
this.prefix_ = "condition";
this.params_ = {};
this.filters_ = {};
//this.inputs_ = [ "time_operator", "timer_type", "timer_relative", "params", "actions" ];
this.inputs_ = [ "time_operator", "timer_type", "params", "actions" ];

Expand Down
2 changes: 1 addition & 1 deletion luup files/L_RulesEngine1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ end

_NAME = "RulesEngine"
_DESCRIPTION = "Rules Engine for the Vera with visual editor"
_VERSION = "0.13"
_VERSION = "0.13.1"
_AUTHOR = "vosmont"

-- **************************************************
Expand Down

0 comments on commit 4eb6c93

Please sign in to comment.