Merge PR #350: Tasmota: Fix wrong param types for channels
commit
b9cf4cc446
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue