From 9e340332ce47b9262790b284bc0ae52faee64cd1 Mon Sep 17 00:00:00 2001 From: Peter Kaminski Date: Sun, 22 Sep 2019 21:00:31 -0700 Subject: [PATCH] update docs for v1.2.0 --- LICENSE.md | 2 +- README.md | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 3c533e7..3cb07c2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ Kingfish for Philips Hue -Copyright 2015 Peter Kaminski +Copyright 2015-2019 Peter Kaminski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 058f2e0..dc99129 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,6 @@ You can load the `kingfish.html` file from this directory in your browser, or load or save the file from the web: [kingfish.html](http://peterkaminski.github.io/kingfish/kingfish.html). -Hardware donations gratefully received, contact -. Consider purchasing [Hue -color](http://www.amazon.com/dp/B00BSN8DN4/?tag=kfsh-20) or [Hue -Lux](http://www.amazon.com/dp/B00ME9CDQE/?tag=kfsh-20) gear via our -Amazon associate links to help support the Kingfish project. - Commands are sent on your local network directly from your device to your Hue bridge, not through any server. (The "Get Bridge IP" command retrieves your bridge IP address from a Philips server, but does not @@ -33,7 +27,6 @@ Roadmap and other development ideas: * graphical color picker * Schedules and Rules, including sunrise/sunset+offset rules * calendar/time picker -* Scenes * Sensors * using names of objects from bridge instead of numbers * more attractive visually (better CSS) @@ -53,7 +46,7 @@ Roadmap and other development ideas: Kingfish uses [jQuery.ajax](http://api.jquery.com/jquery.ajax/) to send commands via HTTP to the bridge. For background on Philips Hue terminology and how the Hue API works, read [Philips hue -API](http://www.developers.meethue.com/philips-hue-api). Visit the +API](https://developers.meethue.com/develop/hue-api/). Visit the [Kingfish project home page](http://peterkaminski.github.io/kingfish/) or the [Kingfish repo](https://github.com/peterkaminski/kingfish) to comment, fork, or download the project files. Distributed under