This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/plugins/deviceplugins/tune/deviceplugintune.json
2019-04-01 20:48:17 +02:00

81 lines
3.0 KiB
JSON

{
"name": "Tune",
"id": "826c8f4a-e2e1-4891-84d4-2c7a46ab1eea",
"vendors": [
{
"name": "Tune",
"id": "9ba2d9dc-b975-46bb-9e83-dbbd03ccab6c",
"deviceClasses": [
{
"deviceClassId": "a5bd9e14-c169-416b-9b60-9453b1403a97",
"idName": "mood",
"name": "Mood",
"createMethods": ["user"],
"paramTypes": [
{
"name": "name",
"type": "QString",
"inputType": "TextLine"
},
{
"name": "position",
"type": "int"
},
{
"name": "icon",
"type": "QString",
"allowedValues": [
"IconCouch",
"IconLamp",
"IconLamp1",
"IconLamp2",
"IconLamp3",
"IconSmoking",
"IconSocket",
"IconThermometer",
"IconWork"
]
}
],
"stateTypes": [
{
"id": "535ed312-16de-47f2-bf3a-5661f7b86a42",
"idName": "active",
"name": "active",
"type": "bool",
"defaultValue": false
},
{
"id": "cb8a89c2-dc12-4965-b047-57896058b421",
"idName": "value",
"name": "value",
"type": "int",
"defaultValue": 50
}
],
"actionTypes": [
{
"id": "768b6a17-731b-4976-bc9e-15c04eff7df3",
"idName": "toggle",
"name": "toggle"
},
{
"id": "fe942f70-b8fb-413b-8feb-2dd924b9f649",
"idName": "setValue",
"name": "set value",
"paramTypes": [
{
"name": "percentage",
"type": "int",
"minimumValue": 0,
"maximumValue": 100
}
]
}
]
}
]
}
]
}