lifx-emulator-core 3.3.0__py3-none-any.whl → 3.4.0__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.
@@ -182,6 +182,7 @@ class DeviceState:
182
182
  has_multizone: bool = False
183
183
  has_extended_multizone: bool = False
184
184
  has_matrix: bool = False
185
+ has_chain: bool = False
185
186
  has_hev: bool = False
186
187
  has_relays: bool = False
187
188
  has_buttons: bool = False
@@ -348,6 +349,7 @@ class DeviceState:
348
349
  "has_multizone",
349
350
  "has_extended_multizone",
350
351
  "has_matrix",
352
+ "has_chain",
351
353
  "has_hev",
352
354
  "has_relays",
353
355
  "has_buttons",
@@ -256,6 +256,7 @@ class DeviceBuilder:
256
256
  has_multizone=self._product_info.has_multizone,
257
257
  has_extended_multizone=has_extended_multizone,
258
258
  has_matrix=self._product_info.has_matrix,
259
+ has_chain=self._product_info.has_chain,
259
260
  has_hev=self._product_info.has_hev,
260
261
  has_relays=self._product_info.has_relays,
261
262
  has_buttons=self._product_info.has_buttons,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lifx-emulator-core
3
- Version: 3.3.0
3
+ Version: 3.4.0
4
4
  Summary: Core LIFX Emulator library for testing LIFX LAN protocol libraries
5
5
  Author-email: Avi Miller <me@dje.li>
6
6
  Maintainer-email: Avi Miller <me@dje.li>
@@ -8,9 +8,9 @@ lifx_emulator/devices/observers.py,sha256=-KnUgFcKdhlNo7CNVstP-u0wU2W0JAGg055ZPV
8
8
  lifx_emulator/devices/persistence.py,sha256=9Mhj46-xrweOmyzjORCi2jKIwa8XJWpQ5CgaKcw6U98,10513
9
9
  lifx_emulator/devices/state_restorer.py,sha256=eDsRSW-2RviP_0Qlk2DHqMaB-zhV0X1cNQECv2lD1qc,9809
10
10
  lifx_emulator/devices/state_serializer.py,sha256=aws4LUmXBJS8oBrQziJtlV0XMvCTm5X4dGkGlO_QHcM,6281
11
- lifx_emulator/devices/states.py,sha256=kNv-VV1UCDxPduixU1-5xBGKRzeCfE-bYzzEh_1GnUU,12204
11
+ lifx_emulator/devices/states.py,sha256=7UfGoFbgV5TZNGNm4PIthFw9s7-tG1tF_5AfQu5q6d0,12257
12
12
  lifx_emulator/factories/__init__.py,sha256=CsryMcf_80hTjOAgrukA6vRZaZow_2VQkSewrpP9gEI,1210
13
- lifx_emulator/factories/builder.py,sha256=xs3g3_-euUqgdcBu_3umPZb-xlzDeoDeOrwEGJShOwA,12164
13
+ lifx_emulator/factories/builder.py,sha256=f70iH1MnO_UrsyHVXgE2BlWCYFZvZ6df6rwvxutby6g,12216
14
14
  lifx_emulator/factories/default_config.py,sha256=FTcxKDfeTmO49GTSki8nxnEIZQzR0Lg0hL_PwHUrkVQ,4828
15
15
  lifx_emulator/factories/factory.py,sha256=MyGG-pW7EV2BFP5ZzgMuFF5TfNFvfyFDoE5dmd3LC8w,8623
16
16
  lifx_emulator/factories/firmware_config.py,sha256=tPN5Hq-uNb1xzW9Q0A9jD-G0-NaGfINcD0i1XZRUMoE,2711
@@ -42,6 +42,6 @@ lifx_emulator/scenarios/__init__.py,sha256=CGjudoWvyysvFj2xej11N2cr3mYROGtRb9zVH
42
42
  lifx_emulator/scenarios/manager.py,sha256=1esxRdz74UynNk1wb86MGZ2ZFAuMzByuu74nRe3D-Og,11163
43
43
  lifx_emulator/scenarios/models.py,sha256=1cX399JcTYVo29-8Rc4BwYPRty7sMR4fcn0njGfspZg,4504
44
44
  lifx_emulator/scenarios/persistence.py,sha256=3vjtPNFYfag38tUxuqxkGpWhQ7uBitc1rLroSAuw9N8,8881
45
- lifx_emulator_core-3.3.0.dist-info/METADATA,sha256=JtFPPtM9n0gsUawt_SHBvR_d67384-wheXW8viWc5Vc,3217
46
- lifx_emulator_core-3.3.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
47
- lifx_emulator_core-3.3.0.dist-info/RECORD,,
45
+ lifx_emulator_core-3.4.0.dist-info/METADATA,sha256=FvDJG20jN-BGRJ03z6HG69c7eJ5E27zhV6EuVIB-qsA,3217
46
+ lifx_emulator_core-3.4.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
47
+ lifx_emulator_core-3.4.0.dist-info/RECORD,,