File: io.github.darrylb123.usbrelay.metainfo.xml

package info (click to toggle)
usbrelay 1.0-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: ansic: 618; python: 100; makefile: 58; xml: 25; sh: 5
file content (31 lines) | stat: -rw-r--r-- 1,052 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
  <id>io.github.darrylb123.usbrelay</id>

  <name>usbrelay</name>
  <summary>USB-connected electrical relay control, based on hidapi</summary>

  <metadata_license>CC-BY-SA-4.0</metadata_license>
  <project_license>GPL-2.0-or-later</project_license>

  <description>
    <p>
      A small utility to control USB HID based relays that can be used for home automation or other switching needs. The devices are available from several sources and are able to handle up to 10A 250VAC.
    </p>
    <p>
      An example application are USB controllable power switches. You may use such a switch to control the power supply of an external hard disk drive for backup purposes.
    </p>
  </description>

  <icon type="stock">utilities-terminal</icon>

  <categories>
    <category>Utility</category>
    <category>Electronics</category>
  </categories>

  <provides>
    <binary>usbrelay</binary>
    <modalias>hid:b0003g0001v000016C0p000005DF</modalias>
  </provides>
</component>