Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
add rollershutter to groupTypes (#4340)
Browse files Browse the repository at this point in the history
Signed-off-by: Henning Treu <henning.treu@telekom.de>
  • Loading branch information
htreu authored and sjsf committed Sep 26, 2017
1 parent 124a554 commit f0b6238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -252,6 +252,7 @@ angular.module('PaperUI.controllers.configuration').controller('ItemSetupControl
switch (groupType) {
case 'Number':
case 'Dimmer':
case 'Rollershutter':
$scope.functions = itemConfig.arithmeticFunctions;
break;
case 'Contact':
Expand Down
Expand Up @@ -143,7 +143,7 @@ angular.module('PaperUI.controllers').service('sharedProperties', function() {
});
angular.module('PaperUI.constants').constant('itemConfig', {
types : [ 'Switch', 'Contact', 'String', 'Number', 'Dimmer', 'DateTime', 'Color', 'Image', 'Player', 'Location', 'Rollershutter', 'Group' ],
groupTypes : [ 'Switch', 'Contact', 'Number', 'Dimmer', 'None' ],
groupTypes : [ 'Switch', 'Contact', 'Number', 'Dimmer', 'Rollershutter', 'None' ],
arithmeticFunctions : [ {
name : "AVG",
value : "AVG"
Expand Down

0 comments on commit f0b6238

Please sign in to comment.