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:
-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.