Skip to content

Commit

Permalink
InMemory Zigpy Persistent Db as default
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Mar 25, 2024
1 parent d3e3b9d commit 3ee35cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/PluginConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
"TryFindingIeeeOfUnknownNwkid": {"type": "bool","default": 0,"current": None,"restart": 0,"hidden": True,"Advanced": True,},
"useDomoticzDatabase": {"type": "bool","default": 0,"current": None,"restart": 0,"hidden": False,"Advanced": True,},
"enableZigpyPersistentInFile": {"type": "bool","default": 0,"current": None,"restart": 1,"hidden": False,"Advanced": True,},
"enableZigpyPersistentInMemory": {"type": "bool","default": 0,"current": None,"restart": 1,"hidden": False,"Advanced": True,},
"enableZigpyPersistentInMemory": {"type": "bool","default": 1,"current": None,"restart": 1,"hidden": False,"Advanced": True,},
},
},
"Reserved": {
Expand Down

0 comments on commit 3ee35cf

Please sign in to comment.