File: control

package info (click to toggle)
aiobafi6 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: python: 1,215; sh: 4; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: aiobafi6
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
Build-Depends-Indep:
 python3-protobuf <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-zeroconf <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/jfroy/aiobafi6
Vcs-Browser: https://salsa.debian.org/python-team/packages/aiobafi6
Vcs-Git: https://salsa.debian.org/python-team/packages/aiobafi6.git

Package: python3-aiobafi6
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Asynchronous Python library for controlling Big Ass Fans via the i6 protocol
 Python library designed to interact asynchronously with Big Ass Fans products
 that use the i6 protocol, including both i6 and Haiku fans updated to firmware
 3.0 or later. This library provides comprehensive support for querying and
 controlling these fans, replicating nearly all functionalities of the older
 "SenseMe" protocol, but with enhancements such as occupancy support introduced
 in firmware 3.1.
 .
 The library includes a minimal command-line interface for direct device
 interaction and debugging, making it a valuable tool for developers integrating
 fan controls into home automation systems or custom applications. Additionally,
 it utilizes protocol buffers for efficient message serialization, ensuring
 robust and scalable communication with fan devices.