bump minimum required jsonrpc version for zigbee support

pull/459/head
Michael Zanetti 2020-11-16 17:01:54 +01:00
parent 6702a6b649
commit 4a5859f453
1 changed files with 1 additions and 1 deletions

View File

@ -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 {