Commit Graph

103 Commits

Author SHA1 Message Date
Nick Farina da8d5fd267 Version bump to v0.2.16 2016-01-22 07:11:30 -08:00
Khaos Tian 74e1cf257a Update hap-nodejs to 0.1.1
Addressed #478
2016-01-21 21:20:07 -08:00
Nick Farina ae24e28ac4 Version bump to v0.2.15
Fix link to searching NPM for plugins—the old "correct" method of
searching for specific keywords doesn't work when the results span
multiple pages (see https://github.com/npm/newww/issues/1630).

This way requires more clicking but actually allows you to discover all
known plugins.
2016-01-07 12:37:24 -08:00
Nick Farina c8c84c08f2 Bump HAP-NodeJS to v0.0.7; Version bump to v0.2.14 2016-01-06 13:51:47 -08:00
Nick Farina 2213997acc Add note about editing config.json 2015-12-28 16:11:53 -08:00
Nick Farina 3616d61fed Version bump for npm 2015-12-28 09:33:47 -08:00
Nick Farina e3a5c5a96a More helpful plugin load error logging; Publish v0.2.11 2015-11-05 10:48:32 -08:00
Nick Farina 50efd29b6d Fix (remove) relative links in README; publish v0.2.10 2015-11-04 16:22:49 -08:00
Nick Farina 6d2cb11eae Publish v0.2.9 2015-11-04 15:59:49 -08:00
Nick Farina 8f1a043121 Publish v0.2.8 2015-11-04 15:52:08 -08:00
Nick Farina 8e795f48cf Add note about legacy plugins; publish v0.2.7 2015-11-04 10:29:14 -08:00
Nick Farina 1c4bf23b60 Publish v0.2.6 2015-11-04 10:22:47 -08:00
Nick Farina 52aa6bba2c Publish v0.2.5 2015-11-04 09:48:05 -08:00
Nick Farina 9883eb7189 Add Slack info to README 2015-11-04 09:37:20 -08:00
Nick Farina 974eef3ea8 HAP-NodeJS -> v0.0.3, publish v0.2.3 2015-11-04 06:18:57 -08:00
Nick Farina 752a5b7854 Publish v0.2.2 2015-11-04 04:35:44 -08:00
Nick Farina e3178e5fa4 Fix -D flag
Fixes #376
2015-11-04 04:31:52 -08:00
Nick Farina 2470f26451 Better handling of custom plugin paths 2015-11-03 21:14:25 -08:00
Nick Farina 15cc98217b Move bugged peerDependencies -> engines 2015-11-02 12:04:18 -08:00
Nick Farina 27b39cbfa0 New Plugin API
- Homebridge calls single exported initializer function and passes an
API object
  - No more require() for HAP classes (doesn't play well with plugin
structure)
2015-10-18 22:20:06 -07:00
Nick Farina a3c0df1c7c Plugin support
- Homebridge is now designed to be `npm install`d globally and
executed via "homebridge" script
  - Remove all specific accessories/platforms except for an example
  - New internal structure and "cli"
2015-10-18 16:34:21 -07:00
Nick Farina 6e5c35ec88 Restore telldus-live
See #277 for discussion.
2015-10-18 14:23:00 -07:00
David Garozzo 15e9219c80 add async dependency for Indigo 2015-10-17 21:43:43 -04:00
Nick Farina 831480d035 Remove telldus for now 2015-10-16 10:40:04 -07:00
Matthias Schmidt bb1c193bc0 Use npm release of hap-nodejs 2015-10-16 19:10:14 +02:00
Matthias Schmidt 7233c5bf74 Support for case-sensitive file systems and current HAP-NodeJS with nodejs 4 support 2015-10-16 10:50:55 +02:00
Nick Farina bab1eb730e Version bump to node-icontrol 2015-10-15 20:08:25 -07:00
Theodor Tonum c0dfc9a8cd Add support for local Telldus control 2015-10-10 01:14:10 +02:00
Nick Farina 625b9f47df Bump HAP-NodeJS
Closes #181
2015-09-21 08:17:48 -07:00
Nick Farina 73148b060d Remove serial port dependency for now 2015-09-17 12:51:55 -07:00
Devran Ünal aa823baa8e Add shim for devices with serial connection (video projectors, screens, receivers, ..) 2015-09-17 02:03:53 +02:00
Nick Farina 2c118e9649 Pull in latest HAP fixes 2015-09-16 07:45:46 -07:00
Nick Farina d6b3fc7667 Bump HAP-NodeJS with fixes for Node 4.0.0 2015-09-15 10:58:30 -07:00
S'pht'Kr 13d1ed75cf File-based motion or contact sensor
This module creates a motion sensor accessory based on watching a
directory or file.
2015-09-15 06:55:53 +02:00
Nick Farina 4feec29d5c Merge pull request #165 from dwery/master
add mpd client accessory
2015-09-14 07:25:34 -07:00
Alessandro Zummo b1d0ef57ac add mpd client accessory 2015-09-14 01:15:56 +02:00
jmtatsch 45ae56cf12 Fix 406 error for lifxjs
by git+https
2015-09-13 14:53:35 +02:00
S'pht'Kr 7e9793e20e Merge branch 'nfarina/master' into z-way-server-2
Conflicts:
	config-sample.json
2015-09-12 14:26:27 +02:00
David Parry 17fc8f1829 implement the LiFX LAN API as a configurable option for higher lantency connections 2015-09-11 13:04:09 +10:00
Nelson Melo c73e22984d Implemented LIFx bulb platform 2015-09-09 15:26:21 -04:00
S'pht'Kr e75726436e Merge branch 'nfarina/master' into z-way-server-2 2015-09-09 06:50:22 +02:00
Snowdd1 09516acaf3 package.json
update eibd dependency to include future versions (^0.3.1)
2015-09-06 11:11:58 +02:00
Snowdd1 86d548b8d9 Resolve package.json conflict
Merged WEMO update
2015-09-06 09:39:51 +02:00
Snowdd1 dd0aa6e2c8 Merge remote-tracking branch 'nfarina/master' into knx-dev
Conflicts:
	package.json
2015-09-06 09:38:34 +02:00
S'pht'Kr 2c1d9f6efb Merge branch 'nfarina/master' into z-way-server-2 2015-09-06 06:37:31 +02:00
Nick Farina 94ef18c94d Bump HAP-NodeJS with fixes for WeMo 2015-09-05 15:43:11 -07:00
Nick Farina 6c6b5bf85f Pull in iControl fix 2015-09-05 12:47:56 -07:00
Snowdd1 e2ef8fc0b6 package.json
- removed subtypes to be passed by default.
- package.json to inbclude "eibd"
2015-09-05 21:31:48 +02:00
Nick Farina a3cbf5a380 Another node-icontrol bump 2015-09-02 18:51:23 -07:00
Nick Farina 86e17a3922 Bump node-icontrol with fixes 2015-09-02 07:20:36 -07:00