-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a48f8e
commit fc4f1e2
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# Pebble_Opensprinkler | ||
|
||
/** | ||
* Welcome to OpenSprinkler for Pebble! | ||
* | ||
* by David Lenk | ||
* | ||
* Project Ideas: | ||
* - show the Sprinkler Programs in the queue | ||
* - | ||
* | ||
* V 1.1 bugfix | ||
* - fix: last run station name error | ||
* - add: show sunrise and sunset time | ||
* | ||
* V 1.0 init release | ||
* - show status and running stations | ||
* - show water lever & last running station & last updatetime | ||
* - set rain delay in hours | ||
* - set stations manual on in minutes | ||
* - stop all station function | ||
*/ | ||
|
||
Tested with PEBBLE SMARTWATCH and OpenSprinkler API 2.1.4 |