lopter / lightsd

A daemon with a JSON-RPC API to control your light bulbs
GNU General Public License v3.0
129 stars 15 forks source link

New LIFX Product ID #23

Closed avgays closed 7 years ago

avgays commented 7 years ago

Hello Lopter,

Can you, please, add new LIFX product_id in lightsd/lifx/bulb.c from https://lan.developer.lifx.com/docs/lifx-products

case 0x1B:
        return "LIFX A19";
case 0x1C:
        return "LIFX BR30";
case 0x1D:
        return "LIFX + A19";
case 0x1E:
        return "LIFX + BR30";
case 0x1F:
        return "LIFX Z";
lopter commented 7 years ago

Hello avgays,

Yes, I can do that for 1.2.1, I'm intending to make a new release soon, to iron out some issues with my CI/release pipeline.

Thank you