Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Add icon as device properties #22

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 5, 2018

  1. hottest vs. coldest and type of bulb

    Updated the example:
    
    -- temperature=100 is the coldest color, not hottest
    -- bulb method requires three parameters: address, code and type/kind of bulb
    dclobato committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    80a4d7d View commit details
    Browse the repository at this point in the history
  2. Handle disconnection

    A terrible -- but working -- solution for issue google#7. The disconnection is perceived during the `recv()`, so at receiving zero bytes, we do a reconnect, reissue the command, and receive data again.  Definitely not the best solution for this, but at least it is working now.
    dclobato committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    9734f4d View commit details
    Browse the repository at this point in the history
  3. Handle disconnection

    A terrible -- but working -- solution for issue google#7. The disconnection is perceived during the `recv()`, so at receiving zero bytes, we do a reconnect, reissue the command, and receive data again.  Definitely not the best solution for this, but at least it is working now.
    dclobato committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    84c8459 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. Merge pull request #1 from google/master

    sync to main
    dclobato committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c69240b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Merge pull request #2 from google/master

    upstream
    dclobato committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    48d7ad6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Merge pull request #3 from google/master

    Change sequence number to uint32
    dclobato committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    3a3ab49 View commit details
    Browse the repository at this point in the history
  2. -- Add support for device icon URL

    -- Added a guard against devices without the correct structure (from PR google#20)
    dclobato committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    5aba765 View commit details
    Browse the repository at this point in the history