lifx-async 4.5.0__py3-none-any.whl → 4.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
lifx/__init__.py CHANGED
@@ -16,6 +16,7 @@ from lifx.api import (
16
16
  )
17
17
  from lifx.color import HSBK, Colors
18
18
  from lifx.devices import (
19
+ CeilingLight,
19
20
  Device,
20
21
  DeviceInfo,
21
22
  DeviceVersion,
@@ -71,6 +72,7 @@ __all__ = [
71
72
  "MultiZoneLightState",
72
73
  "MatrixLight",
73
74
  "MatrixLightState",
75
+ "CeilingLight",
74
76
  # Color
75
77
  "HSBK",
76
78
  "Colors",
lifx/devices/matrix.py CHANGED
@@ -354,10 +354,7 @@ class MatrixLight(Light):
354
354
  def __init__(self, *args, **kwargs) -> None:
355
355
  """Initialize MatrixLight device.
356
356
 
357
- Args:
358
- serial: Device serial number
359
- ip: Device IP address
360
- port: Device port (default: 56700)
357
+ See :class:`Light` for parameter documentation.
361
358
  """
362
359
  super().__init__(*args, **kwargs)
363
360
  # Matrix specific properties
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lifx-async
3
- Version: 4.5.0
3
+ Version: 4.5.1
4
4
  Summary: A modern, type-safe, async Python library for controlling LIFX lights
5
5
  Author-email: Avi Miller <me@dje.li>
6
6
  Maintainer-email: Avi Miller <me@dje.li>
@@ -1,4 +1,4 @@
1
- lifx/__init__.py,sha256=GBubbz5IrtHDMCJ9aeBzOGztvg0GTLE70rS_di1VMBQ,2524
1
+ lifx/__init__.py,sha256=Kn1QXDD2xcT5rgqGLfXFtnVF8ATtlg0FVxOvpaG4Z1M,2562
2
2
  lifx/api.py,sha256=PFS2b28ow40kCQvT_MKvBLZD6fKCbvsoOQFtiODDrPE,33861
3
3
  lifx/color.py,sha256=wcmeeiBmOAjunInERNd6rslKvBEpV4vfjwwiZ8v7H8A,17877
4
4
  lifx/const.py,sha256=cf_O_3TqJjIBXF1tI35PkJ1JOhmy4tRt14PSa63pilA,3471
@@ -10,7 +10,7 @@ lifx/devices/ceiling.py,sha256=hpzSDxUzPvvgr3RSiqljek6u5IYTocbLcqTt82pr_18,27542
10
10
  lifx/devices/hev.py,sha256=T5hvt2q_vdgPBvThx_-M7n5pZu9pL0y9Fs3Zz_KL0NM,15588
11
11
  lifx/devices/infrared.py,sha256=ePk9qxX_s-hv5gQMvio1Vv8FYiCd68HF0ySbWgSrvuU,8130
12
12
  lifx/devices/light.py,sha256=gk92lhViUWINGaxDWbs4qn8Stnn2fGCfRkC5Kk0Q-hI,34087
13
- lifx/devices/matrix.py,sha256=yZta863L7FZVu_NbRwRmu7mO0cx4EJ05p-iQvy_AeWE,42031
13
+ lifx/devices/matrix.py,sha256=AVNM2071NFtPg3Eq7kZ3asRGus36He02iDDvIa8RaQ0,41951
14
14
  lifx/devices/multizone.py,sha256=8OJ6zP5xgSCmlMQDj2mLUZ352EMkbYMbDZ1X-Cux7AU,32786
15
15
  lifx/effects/__init__.py,sha256=4DF31yp7RJic5JoltMlz5dCtF5KQobU6NOUtLUKkVKE,1509
16
16
  lifx/effects/base.py,sha256=YO0Hbg2VYHKPtfYnWxmrtzYoPGOi9BUXhn8HVFKv5IM,10283
@@ -42,7 +42,7 @@ lifx/theme/canvas.py,sha256=4h7lgN8iu_OdchObGDgbxTqQLCb-FRKC-M-YCWef_i4,8048
42
42
  lifx/theme/generators.py,sha256=nq3Yvntq_h-eFHbmmow3LcAdA_hEbRRaP5mv9Bydrjk,6435
43
43
  lifx/theme/library.py,sha256=tKlKZNqJp8lRGDnilWyDm_Qr1vCRGGwuvWVS82anNpQ,21326
44
44
  lifx/theme/theme.py,sha256=qMEx_8E41C0Cc6f083XHiAXEglTv4YlXW0UFsG1rQKg,5521
45
- lifx_async-4.5.0.dist-info/METADATA,sha256=C9hkT241iql3e5gXwa1vXL9KNrPDZJ2DZmHIZiNKoHA,2609
46
- lifx_async-4.5.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
47
- lifx_async-4.5.0.dist-info/licenses/LICENSE,sha256=eBz48GRA3gSiWn3rYZAz2Ewp35snnhV9cSqkVBq7g3k,1832
48
- lifx_async-4.5.0.dist-info/RECORD,,
45
+ lifx_async-4.5.1.dist-info/METADATA,sha256=OjmlAONCtPMp3Ur3aNJB8HHmkSDq8wKmu9I00zsXvnk,2609
46
+ lifx_async-4.5.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
47
+ lifx_async-4.5.1.dist-info/licenses/LICENSE,sha256=eBz48GRA3gSiWn3rYZAz2Ewp35snnhV9cSqkVBq7g3k,1832
48
+ lifx_async-4.5.1.dist-info/RECORD,,