Implement settings (via Clay)

This commit is contained in:
2026-04-09 20:57:46 -04:00
parent 11f2dc0c94
commit fd9ec48511
5 changed files with 72 additions and 27 deletions

View File

@@ -1,24 +1,29 @@
{
"author": "RandyTheSilly",
"dependencies": {},
"dependencies": {
"@rebble/clay": "^1.0.8"
},
"keywords": [
"jellyfin",
"plex",
"sleep"
"sleep",
"timeline",
"health"
],
"capabilities": [
"health"
"health",
"configurable"
],
"name": "1-more-episode",
"pebble": {
"displayName": "1 More Episode",
"enableMultiJS": true,
"messageKeys": [
"JS_READY",
"SLEEP_TIMESTAMP",
"API_IS_PLEX",
"API_KEY",
"API_HOST"
"CLAY_API_HOST",
"CLAY_API_KEY",
"CLAY_API_IS_JELLYFIN",
"PKJS_READY",
"PKJS_SLEEP_TIMESTAMP"
],
"projectType": "native",
"resources": {