plc.d/accessors now created the tagtype for all defined accessors
[plcapi.git] / db-config.d / 010-node_tags
1 # -*-python-*-
2 #################### node tag types
3
4 # Setup default node tag types
5 nodetag_types = \
6 [
7     # Node HRN (SFA specific human readable name)
8     {'tagname': 'hrn',
9      'description': 'SFA human readable name',
10      'category' : 'node/sfa',
11      'roles' : ['admin','pi','user','tech']},
12 ]
13
14 for nodetag_type in nodetag_types:
15     SetTagType(nodetag_type)