Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-my-data.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbahbka <bahbka@gmail.com>2014-07-08 10:45:22 +0400
committerbahbka <bahbka@gmail.com>2014-07-08 10:45:22 +0400
commit65a70fba6517e59c057a1e7c0a095b6ec53cd0b7 (patch)
tree5190f07249cf18935aed2359840e5a457036321f
parentb8e3d14bc07e88c7d33712b90f4050970104139d (diff)
Explain updown JSON param.
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1af03a0..93a5e33 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,8 @@ JSON output example (some fields are optional):
"theme": 0,
"scroll": 1,
"light": 1,
- "blink": 3
+ "blink": 3,
+ "updown": 1
}
GET param short=1 or long=1 added to URL on short or long select button update
@@ -124,6 +125,10 @@ Next update delay in seconds.
- 1..10 - Blink content count (blinks with black/white for "count" times)
+### updown
+- 0 use up/down buttons for scrolling
+- 1 use up/down buttons for update, appending up=1|2/down=1|2 params (1=short/2=long)
+
## Bugs
Sometime after install JS app fails to start, issue related Pebble App. Force stop Pebble App and start it again.