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
|
Source: pymicrobot
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-bleak <!nocheck>,
python3-bleak-retry-connector <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/spycle/pyMicroBot
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/pymicrobot
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/pymicrobot.git
Package: python3-pymicrobot
Architecture: all
Depends:
python3-async-timeout,
${misc:Depends},
${python3:Depends},
Description: Library for controlling MicroBot Push devices
This library provides functionality to interface with and control MicroBot
Push devices using Bluetooth communication. It allows users to manage the push
arm on these devices, adjusting parameters like depth, duration, and operation
mode. Designed specifically to connect locally, it offers commands to initiate
pairing and configuration, ensuring devices can be operated efficiently within
a designated environment.
|