[paper] Add kind to dynamically created channels (#84)

- Add kind to dynamically created channels

Fixes https://github.com/openhab/openhab2-addons/issues/5410

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pull/85/head
Christoph Weitkamp 2019-07-03 13:33:39 +02:00 committed by Kai Kreuzer
parent eadf6e6e4e
commit 914f213520
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ angular.module('PaperUI.things') //
uid : thing.UID + ':' + $scope.channelId,
id : $scope.channelId,
channelTypeUID : $scope.channelType.UID,
kind : $scope.channelType.kind,
itemType : $scope.channelType.itemType,
label : $scope.channelLabel,
configuration : $scope.configuration,