iobroker.hid

0.1.17 • Public • Published

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"
  },

Readme

Keywords

Package Sidebar

Install

npm i iobroker.hid

Weekly Downloads

0

Version

0.1.17

License

MIT

Unpacked Size

31.9 kB

Total Files

10

Last publish

Collaborators

  • soef