Skip to content

Instantly share code, notes, and snippets.

@andreaskweber
Created August 25, 2021 14:56
Show Gist options
  • Select an option

  • Save andreaskweber/f37b3bd8b86395abeed4ca4fda126c19 to your computer and use it in GitHub Desktop.

Select an option

Save andreaskweber/f37b3bd8b86395abeed4ca4fda126c19 to your computer and use it in GitHub Desktop.
# Disable Light 1
curl -X "POST" "https://prd.api.velocate-iot-service.dev.wowing.io/things/8988228066601917552/light1/disable"
# Enable Light 1
curl -X "POST" "https://prd.api.velocate-iot-service.dev.wowing.io/things/8988228066601917552/light1/enable"
# Disable Light 2
curl -X "POST" "https://prd.api.velocate-iot-service.dev.wowing.io/things/8988228066601917552/light2/disable"
# Enable Light 2
curl -X "POST" "https://prd.api.velocate-iot-service.dev.wowing.io/things/8988228066601917552/light2/enable"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment