Skip to content

ovanduynslaeger/automation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

automation-api

Home Automation API

Requirements

Installation

npm install automation-api --save

Usage

require('automation-api')(router)

REST API for Home Easy device (DIO, Chacon)

/rcswitchhe/remote//device//command/on

/rcswitchhe/remote//device//command/up

/rcswitchhe/remote//device//command/off

/rcswitchhe/remote//device//command/down

REST API for RCSwitch device

/rcswitch/group//device//command/on

/rcswitch/group//device//command/off

LIRC API for Infrared Remote

/lirc/device//command/

/lirc/device//command//iterate/

Release History

  • 0.1.0 Initial release
  • 0.1.1 Remove dependencies
  • 0.1.2 Apis path modify
  • 0.1.3 Errors management
  • 0.1.4 Include rcsiwtch module and create .cpp for dio
  • 0.1.5 Compilation correction
  • 0.1.6 Add dependencies
  • 0.1.7 Externalize HE module
  • 0.1.8 Change dependencies
  • 0.1.9 Change dependencies
  • 0.1.10 Raspberry validation
  • 0.1.11 Add lirc api
  • 0.1.12 lirc command correction
  • 0.1.13 lirc command vol iterate correction
  • 0.1.14 Rebuild
  • 0.1.16 Rebuild

About

Home Automation API

Resources

Stars

Watchers

Forks

Packages

No packages published