etm-powersync-plugins/pushbullet/devicepluginpushbullet.json
2017-07-11 14:14:07 +02:00

62 lines
2.4 KiB
JSON

{
"name": "Pushbullet",
"idName": "Pushbullet",
"id": "46986575-0e62-483d-b5a8-76ac356fcce7",
"vendors": [
{
"name": "Pushbullet",
"idName": "pushbullet",
"id": "b5e1896e-b7fa-4c19-ac2b-10bd489f8302",
"deviceClasses": [
{
"id": "56029c6d-777b-4889-9e17-29f813d34da4",
"idName": "pushNotification",
"name": "Push Notification",
"createMethods": ["user"],
"basicTags": [
"Service",
"Notification"
],
"paramTypes": [
{
"id": "1f37ce22-50b8-4183-8b74-557fdb2d3076",
"idName": "token",
"name": "access token",
"index": 0,
"type": "QString"
}
],
"actionTypes": [
{
"id": "1378480f-6583-44e2-8fdd-22afe979a9a3",
"idName": "notify",
"name": "notify",
"index": 0,
"paramTypes": [
{
"id": "ceed6e66-0dcb-4405-832d-e9091f882acc",
"idName": "title",
"name": "title",
"type": "QString",
"index": 0,
"inputType": "TextLine",
"defaultValue": ""
},
{
"id": "f72cc56c-4d0b-4b96-ab9b-ff3ca92b00e2",
"idName": "body",
"name": "body",
"type": "QString",
"index": 1,
"inputType": "TextArea",
"defaultValue": ""
}
]
}
]
}
]
}
]
}