We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281f428 commit eebf826Copy full SHA for eebf826
matter_server/server/const.py
@@ -4,7 +4,7 @@
4
from typing import Final
5
6
# The minimum schema version (of a client) the server can support
7
-MIN_SCHEMA_VERSION = 5
+MIN_SCHEMA_VERSION = 9
8
9
# schema version of our data model
10
# only bump if the format of the data in MatterNodeData changed
0 commit comments