[Debian-iot-packaging] [openzwave-controlpanel] 39/81: add ValueType_Raw Support
Dara Adib
daradib-guest at moszumanska.debian.org
Thu Dec 22 16:57:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.
commit 6ac3c450930c8814ba89ed9ce648685f8bf4ee30
Author: justin at dynam.ac <justin at dynam.ac>
Date: Wed Jun 18 11:21:14 2014 +0000
add ValueType_Raw Support
---
cp.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cp.js b/cp.js
index cc42e86..2eadc8b 100644
--- a/cp.js
+++ b/cp.js
@@ -1590,6 +1590,8 @@ function CreateDivs(genre,divto,ind)
divto[ind]=divto[ind]+CreateLabel(ind,i,vid);
} else if (nodes[ind].values[i].type == 'button') {
divto[ind]=divto[ind]+CreateButton(ind,i,vid);
+ } else if (nodes[ind].values[i].type == 'raw') {
+ divto[ind]=divto[ind]+CreateTextBox(ind,i,vid);
}
}
if (j != 0) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git
More information about the Debian-iot-packaging
mailing list