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 40
|
Source: python-mficlient
Maintainer: Home Assistant Team <team+homeassistant@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-setuptools,
Build-Depends-Indep:
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-requests <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/uilibs/mficlient
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-mficlient
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-mficlient.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-mficlient
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: client for Ubiquiti mFi controllers and devices
This library communicates with Ubiquiti mFi controllers to read status
information from attached mFi devices and to send control commands where
supported.
.
It is aimed at installations built around mPort interfaces, sensors, and
controllable power devices managed by the mFi system.
.
The library talks to the mFi controller over its HTTP or HTTPS interface using
controller credentials. Through that controller, it accesses information about
connected entities such as mPort hardware, sensors, relay outputs, digital
inputs, and mPower outlets. It can also request state changes for controllable
devices, for example switching outputs or outlets on and off.
|