File: control

package info (click to toggle)
python-elmax-api 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 324 kB
  • sloc: python: 1,378; makefile: 20
file content (40 lines) | stat: -rw-r--r-- 1,561 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
40
Source: python-elmax-api
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,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/albertogeniola/elmax-api
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-elmax-api
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-elmax-api.git

Package: python3-elmax-api
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Asynchronous library for interacting with Elmax Cloud services
 This library offers a comprehensive way to interact with Elmax Cloud services,
 focusing on integration with Elmax control panels. It supports operations on
 domotic systems, including managing and monitoring intrusion detection and
 home surveillance setups. Users can control various domotic switches and
 actuators that are linked to Elmax panels. The library communicates with Elmax
 Cloud via HTTP APIs, providing an efficient method for accessing and managing
 online panels and their statuses. Users can execute commands on actuators,
 retrieve statuses, and seamlessly manage their Elmax control panel
 configurations through this client.