0.1.17 • Published 6 years ago

iobroker.hid v0.1.17

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

Logo

ioBroker.hid

NPM version Build status License

Description

Adapter for HID devices e.g. Apple Remote

Info

Completly redesigned

Installation

Execute the following command in the iobroker root directory (e.g. in /opt/iobroker)

npm install iobroker.hid 

States

There are two state groups, raw and key. the key group will only be fired, is a mapping is found.

Only one of the states xxx.double, xxx.single and xxx.long will change on an event. The state xxx.dsl gets the results .double, single or long. Action indicates down, up or repeat.

Mappings

Add or edit the mapping section in the io-package.json file to see the names of the key codes. This is not necessary, the raw data states will be created anyway.

  "mappings": {
    "26017F2A55": "AllLightsOn-(AM)",
    "26017F1867": "AllLightsOff-(Memory)",
    "26857A21DE": "OK",
    "26857A55AA": "ESC"
  },
0.1.17

6 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.9

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.0.7

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago