Commit Graph

819 Commits

Author SHA1 Message Date
Khaos Tian 64e8c83d9c Update hap-nodejs 2016-03-10 20:19:42 -08:00
Nick Farina 13333999f3 Update README.md 2016-03-07 14:43:16 -08:00
Nick Farina 87c48d7267 Update README.md 2016-03-07 14:42:28 -08:00
Nick Farina 9b42fafdaf Add README example for plugin development 2016-03-07 11:49:13 -08:00
Khaos Tian 842ec105be Merge pull request #554 from Danimal4326/master
Prepend date/time to logger messages
2016-03-03 10:29:29 -08:00
Danimal4326 df8508a38f Prepend date/time to logger messages 2016-03-03 12:24:54 -06:00
Khaos Tian 9d7c1de9dd Update readme to reflect new API system 2016-03-01 18:41:29 -08:00
Khaos Tian 195255bf0d 0.3.0 v0.3.0 2016-03-01 18:34:15 -08:00
Khaos Tian 6b182fc4e7 Merge pull request #497 from nfarina/plugin-2
Plugin 2.0
2016-03-01 18:33:27 -08:00
Khaos Tian c7b2500518 Prepare for merge 2016-03-01 18:28:41 -08: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 f6df85695d Forward identity only if plugin cares about event 2016-02-28 18:19:46 -08:00
Khaos Tian 32e776203f Forward "identify" event 2016-02-28 18:17:46 -08:00
Khaos Tian c3c2f8815d Merge branch 'master' into plugin-2 2016-02-22 16:52:02 -08:00
Khaos Tian 6500912f54 0.2.19 v0.2.19 2016-02-22 16:50:52 -08:00
Khaos Tian 2e2c8eb207 Update hap-nodejs dependency for iOS 9.3 2016-02-22 16:50:33 -08:00
Khaos Tian 012005ddc7 Save cached accessories to persist storage when shutting down homebridge. 2016-02-18 14:50:55 -08:00
Khaos Tian 27ffd6e944 Merge branch 'master' into plugin-2 2016-02-18 14:49:05 -08:00
Khaos Tian 0b28387cb1 Merge pull request #532 from torarnv/handle-shutdown-signals
Handle SIGINT and SIGTERM to enable clean shutdown of Homebridge
2016-02-18 14:47:41 -08:00
Khaos Tian 815ea7abea Track setup session termination 2016-02-17 17:45:47 -08:00
Tor Arne Vestbø cf80e4f2da Handle SIGINT and SIGTERM to enable clean shutdown of Homebridge
For now we terminate the process, but in the future we may tell the
server to stop, which may possibly include some teardown logic.

Handling these signals also make it easier to put Homebridge inside
a docker container, as docker uses SIGTERM to tell a container process
to stop, and passes SIGINT when attached to the container and receiving
a Ctrl+C.
2016-02-18 00:36:56 +01:00
Khaos Tian 40266af8b2 Add the ability to remove services/characteristics 2016-02-17 13:18:25 -08:00
Nick Farina 57beabf0b4 Add comment 2016-02-17 10:43:54 -08:00
Khaos Tian d3c77a4cda Merge branch 'master' into plugin-2 2016-02-17 10:41:32 -08:00
Khaos Tian 287aa6d034 0.2.18 v0.2.18 2016-02-17 10:38:08 -08:00
Khaos Tian 1da98bb19f Add the insecure launching option to homebridge cli. 2016-02-17 10:37:11 -08:00
Nick Farina aea485c33e Version bump; publish v0.2.17 2016-02-16 13:00:22 -08:00
Khaos Tian 386cf34827 Update hap-nodejs to 0.2.3 so the reachability for existing accessories will be correct. 2016-02-15 19:23:38 -08:00
Khaos Tian 8e360491cf Update hap-nodejs to 0.2.3 2016-02-15 19:22:43 -08:00
Khaos Tian e546440575 Update hap-nodejs to 0.2.2 2016-02-13 22:44:22 -08:00
Khaos Tian 902fdded65 Address the problem that callback get invoked with wrong signature 😅 2016-02-13 22:21:54 -08:00
Khaos Tian 8de375a4b0 Fix the issue with transaction ID
Update hap-nodejs to fix #497-183825263
2016-02-13 21:57:11 -08:00
Khaos Tian d04c20ca2f Merge pull request #522 from leoneleone/patch-1
Update hap-nodejs to v0.2.0
2016-02-12 09:52:13 -08:00
leoneleone c53f890a8c Update hap-nodejs to v0.2.0 2016-02-12 14:58:35 +00:00
Khaos Tian c02e212b4c bump hap-nodejs version 2016-02-08 14:51:34 -08:00
Khaos Tian 7436be9b44 Add example to update reachability 2016-02-08 14:50:50 -08:00
Khaos Tian 2ad7932fbc Merge pull request #515 from snowdd1/patch-1
Update platformAccessory.js
2016-02-08 14:49:13 -08:00
Raoul 7dd8e12791 Update platformAccessory.js
Some more copy-and-paste errors in the same line.
Was wondering why my platform was failing, but never looked to that simple lines of code :-(
2016-02-08 23:06:32 +01:00
Raoul c93b0b0df1 Update platformAccessory.js
Small type, big result.
2016-02-08 22:18:54 +01:00
Khaos Tian b49fd2d6a5 Merge pull request #513 from snowdd1/patch-1
new getServiceByUUIDAndSubtype(UUID, subtype) function
2016-02-07 15:47:46 -08:00
Raoul 9c8812da70 new getServiceByUUIDAndSubtype(UUID, subtype) function
Some platforms may have accessories that contain more than one service of a given type, such as multiple lightbulbs.
2016-02-08 00:01:44 +01:00
Nick Farina 9e6bf028ba Fix license field for Node 2016-02-04 13:34:53 -08:00
Khaos Tian aebd152ff9 Reverse .gitignore 2016-01-30 21:55:37 -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 1a356a1783 Add a fun gif illustrating Why Homebridge 2016-01-23 17:11:25 -08:00
Nick Farina da8d5fd267 Version bump to v0.2.16 2016-01-22 07:11:30 -08:00
Nick Farina 798275774a Merge pull request #482 from nfarina/update-hap-nodejs
Update hap-nodejs to 0.1.1
2016-01-22 07:10:52 -08:00
Khaos Tian 74e1cf257a Update hap-nodejs to 0.1.1
Addressed #478
2016-01-21 21:20:07 -08:00