Show value details on zwave panel (#305)

This commit is contained in:
Adam Mills 2017-06-15 23:20:25 -04:00 committed by Paulus Schoutsen
parent 865b05b510
commit 81ab4ff8a8

View File

@ -107,7 +107,7 @@ Polymer({
},
computeSelectCaption: function (item) {
return item.value.label;
return item.value.label + ' (Instance: ' + item.value.instance + ', Index: ' + item.value.index + ')';
},
computeGetValueName: function (selectedValue) {