Hello everybody!
I’m trying to create an IoT system with Arduino through “The Things Network”. Using http integration I can receive from Ubidots a Widget a signal that I can convert in a downlink packet for my device.
Since I need to use Ubidots dashboard to send towards my device some signals like reset or variation of some parameters, I configured a canvas widget editing this example.
My problem is that the event triggers only when the corrisponding variable value has changed, but I need to send that signals every time I click on the widget.
Is there a way to obtain this behaviour? I inform you that I have low knowledge of node.js or html and I cannot use ubifunctions.
Thanks in advance to anyone will answer.