mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Skip modified homeState
This commit is contained in:
@ -62,6 +62,7 @@ class AppRPC(object):
|
|||||||
]
|
]
|
||||||
|
|
||||||
state['storage'] = storage
|
state['storage'] = storage
|
||||||
|
state.modified = False # skip saving extra fields
|
||||||
return state.as_dict()
|
return state.as_dict()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Reference in New Issue
Block a user