Initial Pavlok integration
This commit is contained in:
+20
-3
@@ -2,14 +2,28 @@
|
||||
"name": "trigalarm",
|
||||
"author": "RandyTheSilly",
|
||||
"version": "1.0.0",
|
||||
"keywords": ["alarm", "math", "trigonometry", "trig", "triangle"],
|
||||
"keywords": [
|
||||
"alarm",
|
||||
"math",
|
||||
"trigonometry",
|
||||
"trig",
|
||||
"triangle",
|
||||
"pavlok",
|
||||
"shock",
|
||||
"zap"
|
||||
],
|
||||
"capabilities": [
|
||||
"configurable"
|
||||
],
|
||||
"private": true,
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"@rebble/clay": "^1.0.10"
|
||||
},
|
||||
"pebble": {
|
||||
"displayName": "Trigalarm",
|
||||
"uuid": "293cd38c-4e8c-46ae-a3dc-c789d7ce93ab",
|
||||
"sdkVersion": "3",
|
||||
"enableMultiJS": false,
|
||||
"enableMultiJS": true,
|
||||
"targetPlatforms": [
|
||||
"emery",
|
||||
"gabbro"
|
||||
@@ -18,6 +32,9 @@
|
||||
"watchface": false
|
||||
},
|
||||
"messageKeys": [
|
||||
"PKJS_READY",
|
||||
"PKJS_PAVLOK_ENABLE",
|
||||
"PKJS_PAVLOK_ENGAGE"
|
||||
],
|
||||
"resources": {
|
||||
"media": [
|
||||
|
||||
Reference in New Issue
Block a user