nymea/plugins/deviceplugins/tune/deviceplugintune.json

154 lines
6.0 KiB
JSON

{
"name": "Tune",
"idName": "Tune",
"id": "826c8f4a-e2e1-4891-84d4-2c7a46ab1eea",
"vendors": [
{
"name": "Tune",
"idName": "tune",
"id": "9ba2d9dc-b975-46bb-9e83-dbbd03ccab6c",
"deviceClasses": [
{
"deviceClassId": "a5bd9e14-c169-416b-9b60-9453b1403a97",
"idName": "mood",
"name": "Mood",
"createMethods": ["user"],
"basicTags": [
"Service",
"Actuator"
],
"paramTypes": [
{
"name": "name",
"type": "QString",
"inputType": "TextLine"
},
{
"name": "position",
"type": "int"
},
{
"name": "icon",
"type": "QString",
"allowedValues": [
"IconBed",
"IconBlinds",
"IconCeilingLamp",
"IconCouch",
"IconDeskLamp",
"IconDesk",
"IconHifi",
"IconLamp",
"IconRadio",
"IconSmartPhone",
"IconSmoking",
"IconSocket",
"IconStandardLamp",
"IconSun",
"IconTablet",
"IconThermometer",
"IconTune",
"IconTv"
]
}
],
"stateTypes": [
{
"id": "535ed312-16de-47f2-bf3a-5661f7b86a42",
"idName": "active",
"name": "active",
"type": "bool",
"defaultValue": false,
"writable": true
},
{
"id": "cb8a89c2-dc12-4965-b047-57896058b421",
"idName": "value",
"name": "value",
"type": "int",
"unit": "Percentage",
"defaultValue": 0,
"minValue": 0,
"maxValue": 100,
"writable": true
}
]
},
{
"deviceClassId": "3a928446-923a-4777-b653-1f71324888c7",
"idName": "tune",
"name": "Tune",
"basicTags": [
"Device",
"Gateway",
"Lighting"
],
"createMethods": ["auto"],
"paramTypes": [
{
"name": "name",
"type": "QString",
"inputType": "TextLine"
}
],
"stateTypes": [
{
"id": "7c6cbed1-1b04-4b7e-bce5-df9cc8a56029",
"idName": "reachable",
"name": "reachable",
"type": "bool",
"defaultValue": false
},
{
"id": "a5bc1855-91e7-4f3b-acaf-a1209121586b",
"idName": "approximationDetected",
"name": "approximation detected",
"type": "bool"
},
{
"id": "ccc656b0-7b66-473d-875e-b0b9a47d300c",
"idName": "temperature",
"name": "temperature",
"unit": "DegreeCelsius",
"type": "double"
},
{
"id": "94df310d-32eb-40f7-b80e-32781b3f8a3e",
"idName": "humidity",
"name": "humidity",
"unit": "Percentage",
"type": "int"
},
{
"id": "9f1212c9-0523-4a00-991e-b652c79b04ed",
"idName": "lightIntensity",
"name": "light intensity",
"unit": "Lumen",
"type": "int"
},
{
"id": "6c049f8f-408f-4265-a4f7-46a855d5c340",
"idName": "power",
"name": "power",
"type": "bool",
"defaultValue": 0,
"writable": true
},
{
"id": "677cd9ec-c264-47ee-9d2e-d3662237792c",
"idName": "brightness",
"name": "brightness",
"type": "int",
"unit": "Percentage",
"defaultValue": 0,
"minValue": 0,
"maxValue": 100,
"writable": true
}
]
}
]
}
]
}