Quantcast
Channel: ThingSpeak IoT Community - All Forums
Viewing all articles
Browse latest Browse all 1833

jteindl on ThingHTTP

$
0
0

I want to use ThingHTTP with React to monitor my sensors, when a value is exceeded, what I need to figure out is a way to integrate it into my mapping application which is Java and HTML. I have sensor locations in my HTML which lets you select them and run a mapping function so it uses waypoints to give the most efficient route, but I want to add a condition on the sensor locations so that it is automatic. When a threshold is exceeded, it will automatically add the waypoints, skipping any that haven't.  Below is the HTML, I'm a bit new to all of this, is it the HTML where I would add the dependency? Or is it the Java? On all of the listed waypoints, I need something to tell it to only give the options that meet the value defined.

 

*

*

*
*Starting Location:
*
*WM Head Office
*
*
*Waypoints:
*
*(Ctrl+Click or Cmd+Click for multiple selection)
*
*
*Bin1
*Bin2
*Bin3
*Bin4
*Bin5
*Bin6
*
*
*End:
*
*WM Head Office
*
*
*
*

*

*</div>
*<!-- Replace the value of the key parameter with your own API key. -->
*https://maps.googleapis.com/maps/api/js?key=AIzaSyCkUOdZ5y7hMm0yrcCQoCvLwzdM6M8s5qk&callback=initMap


Viewing all articles
Browse latest Browse all 1833

Trending Articles