Khaos Tian
a8908fd9b8
Merge pull request #714 from EdJoPaTo/platformLog
...
optimized logging of the SamplePlatform example
2016-07-30 18:41:01 -07:00
Edgar To
15c8eaaf29
use of the own log method instead of the general console.log(); added accessory.displayName to the log output if possible/ useful
2016-07-24 22:43:21 +02:00
Edgar To
e6648375c7
different add times will create different UUIDs -> no crash with the second add call
2016-07-24 22:38:05 +02:00
Khaos Tian
1f1030766a
Update sample plugin
2016-03-01 18:26:40 -08:00
Khaos Tian
8cb22efb83
Add a example to use "identify" event
2016-03-01 00:25:05 -08:00
Khaos Tian
7436be9b44
Add example to update reachability
2016-02-08 14:50:50 -08:00
Khaos Tian
5b9c5192fe
add SamplePlatform
2016-01-30 21:55:12 -08:00
Khaos Tian
e1334c5196
Init Plugin 2.0
2016-01-30 18:36:55 -08:00
Nick Farina
78b8c265e1
Include repo and bugs in example plugin
2015-11-09 10:59:49 -08:00
Nick Farina
abc6ccfae7
Require plugin name during registration
2015-11-03 15:02:52 -08:00
Nick Farina
52d3a9a96e
First pass at README update.
2015-11-02 15:30:29 -08:00
Nick Farina
15cc98217b
Move bugged peerDependencies -> engines
2015-11-02 12:04:18 -08:00
Nick Farina
74f0f00321
Fix stray comma
2015-10-20 09:31:57 -07: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