Guest User

Untitled

a guest
Aug 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. void searchQuery() {
  2. WiServer.print("basestation_id=200&device_id=2&value=40");
  3. }
  4. // IP Address
  5. uint8 ip[] = {75,101,143,131};
  6. // Create a POST request using the searchQuery function to generate the body
  7. POSTrequest sendInfo(ip, 80, "rcievents.fadeddata.cloudbees.net", "/events", searchQuery);
Add Comment
Please, Sign In to add comment