bump minimum required jsonrpc version for zigbee support
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user