-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kennedn edited this page Apr 1, 2022
·
13 revisions
TIP: Coming straight from the settings page? Head on over to Configuration to get started.
Stateful
is a Pebble watch app designed to control RESTful API's with minimal clicks.
The watch interface is split up into distinct 'tiles'. A tile in stateful
is a grouping of up to 6 button clicks, each of which can call a RESTful endpoint with arbitrary data.
Each tile has an overflow menu that can be accessed by long pressing the middle button.
Multiple tiles can coexist. There is a menu system which allows navigation between tiles:
Example | Button | Type | Action |
---|---|---|---|
Up | Short | Move up one tile | |
Select | Short | Enter the selected tile | |
Down | Short | Move down one tile | |
Back | Short | Exit the app |
Example | Button | Type | Action |
---|---|---|---|
Up | Short | Trigger up click action | |
Select | Short | Trigger middle click action | |
Select | Long | Enter or exit the current tiles overflow menu | |
Down | Short | Trigger down click action | |
Back | Short | Return to tile menu | |
Back | Double | Exit the app |