bump minimum required jsonrpc version for zigbee support
This commit is contained in:
parent
6702a6b649
commit
4a5859f453
@ -156,7 +156,7 @@ Page {
|
|||||||
Pane {
|
Pane {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Material.elevation: layout.isGrid ? 1 : 0
|
Material.elevation: layout.isGrid ? 1 : 0
|
||||||
visible: engine.jsonRpcClient.ensureServerVersion("5.2")
|
visible: engine.jsonRpcClient.ensureServerVersion("5.3")
|
||||||
|
|
||||||
padding: 0
|
padding: 0
|
||||||
NymeaListItemDelegate {
|
NymeaListItemDelegate {
|
||||||
|
|||||||
Reference in New Issue
Block a user