mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
31_HUEDevice.pm: added hue play
git-svn-id: https://svn.fhem.de/fhem/trunk@18025 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2973c467b5
commit
3a234c5d47
@ -38,6 +38,8 @@ my %hueModels = (
|
||||
gamut => 'C', },
|
||||
LCT014 => {name => 'Hue Bulb V3' ,type => 'Extended color light' ,subType => 'extcolordimmer',
|
||||
gamut => 'C', icon => 'hue_filled_white_and_color_e27_b22', },
|
||||
LCT024 => {name => 'Hue Play' ,type => 'Extended color light' ,subType => 'extcolordimmer',
|
||||
gamut => 'C', icon => 'hue_filled_play', },
|
||||
LLC001 => {name => 'Living Colors G2' ,type => 'Color light' ,subType => 'colordimmer',
|
||||
gamut => 'A', icon => 'hue_filled_iris', },
|
||||
LLC005 => {name => 'Living Colors Bloom' ,type => 'Color light' ,subType => 'colordimmer',
|
||||
@ -1509,6 +1511,8 @@ HUEDevice_Attr($$$;$)
|
||||
1;
|
||||
|
||||
=pod
|
||||
=item cloudfree
|
||||
=item openapi
|
||||
=item summary devices connected to a phillips hue bridge or a osram lightify gateway
|
||||
=item summary_DE Geräte an einer Philips HUE Bridge oder einem Osram LIGHTIFY Gateway
|
||||
=begin html
|
||||
|
7
fhem/www/images/fhemSVG/hue_filled_play.svg
Normal file
7
fhem/www/images/fhemSVG/hue_filled_play.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="33px" height="32px" viewBox="0 0 34 33" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch -->
|
||||
<g fill="#000000">
|
||||
<path d="M29.85,18.441 C27.583,19.562 25.355,18.729 23.865,18.142 C22.633,17.657 2.062,9.175 2.062,9.175 C2.062,9.175 0.164,8.328 2.236,7.575 C4.792,6.645 6.855,7.417 9.241,8.375 C10.744,8.979 29.303,16.43 29.303,16.43 C29.303,16.43 32.117,17.32 29.85,18.441 Z M31.997,17.494 C31.979,16.978 31.712,16.061 30.19,15.435 L8.237,6.621 C7.308,6.239 5.849,6 4.436,6 C3.707,6 2.663,6.067 1.826,6.389 C0.35,6.957 0.052,7.802 0.016,8.309 L0.008,8.307 L0,14.366 L0.006,14.367 C0.036,14.854 0.3,15.628 1.561,16.167 L24.1,25.437 C24.946,25.797 26.062,26 27.233,26 C28.407,26 29.514,25.795 30.35,25.426 C31.793,24.788 31.998,23.866 31.993,23.373 L32,17.495 L31.997,17.494 Z"></path>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 996 B |
Loading…
Reference in New Issue
Block a user