Advertisement
GravityDeficient

WUnderground PWS upload Webhook Details

Feb 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. WUnderground PWS upload Webhook Details
  2. ---------------------------------------
  3. Event: WUnderground PWS Upload
  4. Full URL: https://weatherstation.wunderground.com/weatherstation/updateweatherstation.php
  5. Request Type: GET
  6. Query Params:
  7. {
  8. "action": "updateraw",
  9. "ID": "{{ID}}",
  10. "PASSWORD": "{{PASSWORD}}",
  11. "dateutc": "now",
  12. "winddir": "{{winddir}}",
  13. "windspeedmph": "{{windspeedmph}}",
  14. "windgustmph": "{{windgustmph}}",
  15. "windgustdir": "{{windgustdir}}",
  16. "humidity": "{{humidity}}",
  17. "dewptf": "{{dewptf}}",
  18. "tempf": "{{tempf}}",
  19. "baromin": "{{baromin}}"
  20. }
  21. Include Default Attributes: No
  22. Enforce SSL: Yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement