Skip to content

Commit

Permalink
Add re-modded version of clay
Browse files Browse the repository at this point in the history
Thanks to clach04's help in pebble/clay#162
  • Loading branch information
mattrossman committed Jul 19, 2019
1 parent ef0d593 commit 5a35bdc
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"watchapp": {
"watchface": true
},
"messageKeys": [
"dummy"
],
"resources": {
"media": []
},
"capabilities": ["location"],
"capabilities": [
"location",
"configurable"
],
"messageKeys": [
"TEMP_TREND_INT16",
"PRECIP_TREND_UINT8",
Expand Down
38 changes: 38 additions & 0 deletions src/pkjs/clay-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"type": "heading",
"defaultValue": "ForecasWatch2"
},
{
"type": "text",
"defaultValue": "Missing a feature? Submit an issue or PR on the Github repo!"
},
{
"type": "section",
"items": [
{
"type": "heading",
"defaultValue": "Weather"
},
{
"type": "radio",
"label": "Provider",
"defaultValue": "wunderground",
"options": [
{
"label": "Dark Sky",
"value": "darksky"
},
{
"label": "Weather Underground",
"value": "wunderground"
}
]
}
]
},
{
"type": "submit",
"defaultValue": "Save Settings"
}
]
Loading

0 comments on commit 5a35bdc

Please sign in to comment.