X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FAccessors%2FAccessors_standard.py;h=55da25d3c862445224464121bc912b6d29351296;hb=9918af35bd1c1a651eefc1b0d398c28b66371092;hp=89109e84b96fd414334018e081a0f6475c3ccf4f;hpb=df2071f104bc20c78f7e00b8491efcc24416c6bb;p=plcapi.git diff --git a/PLC/Accessors/Accessors_standard.py b/PLC/Accessors/Accessors_standard.py index 89109e8..55da25d 100644 --- a/PLC/Accessors/Accessors_standard.py +++ b/PLC/Accessors/Accessors_standard.py @@ -11,6 +11,11 @@ from PLC.Accessors.Factory import define_accessors, all_roles, tech_roles import sys current_module = sys.modules[__name__] +# NOTE. +# most of these tag types are defined in MyPLC/db-config, so any details here in the +# description/category area is unlikely to make it into the database +# + # node architecture define_accessors(current_module, Node, "Arch", 'arch', 'node/config', 'architecture name', get_roles=all_roles, set_roles=tech_roles )