Merge PR #350: Tasmota: Fix wrong param types for channels

master
Jenkins nymea 2020-12-21 18:01:46 +01:00
commit b9cf4cc446
1 changed files with 4 additions and 4 deletions

View File

@ -348,13 +348,13 @@
"id": "4d8f113d-f816-4356-b1ff-31df3f4b515f",
"name": "openingChannel",
"displayName": "Opening channel",
"type": "int"
"type": "QString"
},
{
"id": "600c00fd-6a2c-46cd-8031-2d9a1b1bc710",
"name": "closingChannel",
"displayName": "Closing channel",
"type": "int"
"type": "QString"
}
],
"stateTypes": [
@ -407,13 +407,13 @@
"id": "d8f26857-6a6c-4aba-8301-dbd3ba68bc28",
"name": "openingChannel",
"displayName": "Opening channel",
"type": "int"
"type": "QString"
},
{
"id": "32d0a914-e4df-4cac-bf70-304d7130f5f6",
"name": "closingChannel",
"displayName": "Closing channel",
"type": "int"
"type": "QString"
}
],
"stateTypes": [