[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
parent
eadf6e6e4e
commit
914f213520
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue