Skip to content

Instantly share code, notes, and snippets.

@darconeous
Last active June 30, 2016 01:09
Show Gist options
  • Save darconeous/90f81a4e6c2ae3752869622984006155 to your computer and use it in GitHub Desktop.
Save darconeous/90f81a4e6c2ae3752869622984006155 to your computer and use it in GitHub Desktop.
LiFX CoAP Bridge

LiFX CoAP Bridge

This document is outlining the schema for a CoAP bridge for LiFX devices.

  • /discover - Post to force rediscovery of LiFX equipment.
  • /d/
    • all/
      • raw - Send a raw frame to all devices.
      • power
      • hbsk
    • [HWADDR]/
      • raw - Send a raw frame to this device. Device address will be filled out automatically.
      • endpoint - Address and port of the LiFX endpoint for this device.
      • host-info
      • host-firmware
      • wifi-info
      • power
      • label
      • version
      • info
      • location
      • group
      • echo
      • hbsk/
        • hue
        • saturation
        • brightness
        • temperature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment