Skip to content

Commit

Permalink
Merge pull request #117 from djneo92nl/master
Browse files Browse the repository at this point in the history
Added Lct010 Model
  • Loading branch information
sqmk authored Dec 1, 2017
2 parents 05fed72 + 11fcbc0 commit e97bbf7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions library/Phue/LightModel/Lct010Model.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?php
/**
* Phue: Philips Hue PHP Client
*
* @author Michael Squires <sqmk@php.net>
* @copyright Copyright (c) 2012 Michael K. Squires
* @license http://github.com/sqmk/Phue/wiki/License
*/
namespace Phue\LightModel;

/**
* Hue Bulb V3
*/
class Lct010Model extends AbstractLightModel
{

/**
* Model id
*/
const MODEL_ID = 'LCT010';

/**
* Model name
*/
const MODEL_NAME = 'Hue Bulb V3';
}

0 comments on commit e97bbf7

Please sign in to comment.