We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6506169 commit 91a1530Copy full SHA for 91a1530
demo/demo/templates/demo_four.html
@@ -41,4 +41,17 @@ <h1>Live Updating</h1>
41
{%plotly_app slug="liveoutput-2" ratio=0.5 %}
42
</div>
43
44
+<p>
45
+</p>
46
47
+ Any http command
48
+ can be used to send a message to the apps. This is equiavent to a press of
49
+ the red button. Other colours can be specified, including yellow, cyan and black in
50
+ addition to the three named in the LiveInput app.
51
52
+<div class="card bg-light border-dark">
53
+ <div class="card-body">
54
+ curl http://localhost:8000/dpd/views/poke/ -d'{"channel_name":"live_button_counter","label":"named_counts","value":{"click_colour":"red"}}'
55
+ </div>
56
+</div>
57
{%endblock%}
0 commit comments