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