# HG changeset patch # User drewp # Date 1458559574 25200 # Node ID a6639d55ad4bcf922b16f1407ebbb29d8ff23747 # Parent 71a753f65d251e12e46b34ec3ea747bdbcefa6c4 route output url through output-sender Ignore-this: aae9d5973afaa870bf4b7eee33dbce06 darcs-hash:1c922020f377444a21b03a3b2132f7fe0cb71459 diff -r 71a753f65d25 -r a6639d55ad4b service/arduinoNode/static/output-widgets.html --- a/service/arduinoNode/static/output-widgets.html Mon Mar 21 04:25:40 2016 -0700 +++ b/service/arduinoNode/static/output-widgets.html Mon Mar 21 04:26:14 2016 -0700 @@ -5,7 +5,7 @@ @@ -14,6 +14,7 @@ is: 'output-sender', behaviors: [BigastUri], properties: { + output: { type: String, value: "output" }, // url to PUT outputs streamedGraph: { notify: true, observer: 'onGraphChange' }, subj: { notify: true }, pred: { notify: true }, @@ -111,13 +112,14 @@