[ST Edge] Web Requestor: a driver to issue local POST and GET HTTP requests

DRIVER UPDATE NOTICE FOR HTTP DEVICES DRIVER
Version: 2023-03-06T19:03:54.090312374
Channel: SmartThings. Add a little smartness to your things.
README file: HTTPDevices/README.md at main · toddaustin07/HTTPDevices · GitHub


This update includes the following changes:

  • Switch device URL can now be configured with variable substitution using ${switch}; use the ‘Single HTTP Request’ fields in device Settings; separate on- and off-state URLs can also still be used instead
  • Added a switch to Dimmer device: switch state can be included in the URL string or request body with variable substitution: ${switch} (similar to ${level}). Note that switch and dimmer states are linked to behave like a typical light dimmer/switch. @Gavacac
  • Addition of Temperature & Humidity device: temperature and humidity values can be included in the URL string or request body with variable substitution: ${temperature}, ${humidity}

The new Temperature & Humidity device option may not appear right away in the creator device list. It may take a few hours to show up even after your hub is updated, and/or a restart of the SmartThings app.

2 Likes