bump minimum required jsonrpc version for zigbee support

This commit is contained in:
Michael Zanetti 2020-11-16 17:01:54 +01:00
parent 6702a6b649
commit 4a5859f453

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 {