allow to configure category of parameters

by default, in datafile headers only value, status etc. is stored.
put the sec node devices 'param_category' to 'general' will
put all parameters into the header
This commit is contained in:
2022-06-14 15:26:58 +02:00
parent 2974934832
commit 9af6266c4c
2 changed files with 15 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ def frappy(main=None, stick=None, addons=None):
- frappy(''): the stick is removed too
- addons are not changed when not given!
"""
all_cfg = {}
if main is not None:
all_cfg = frappy_start('main', main)
if stick is None: