Skip to content
Snippets Groups Projects
Commit c61d9a05 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Remove spaces in uC_ID_R node name

parent 0893a6f7
No related branches found
No related tags found
1 merge request!8Remove spaces in uC_ID_R node name
......@@ -288,7 +288,7 @@ class PCC(Device):
self.attribute_mapping["HBA_element_pwr_RW"] = self.get_pcc_node("HBA_element_pwr_RW")
self.attribute_mapping["uC_ID_R"] = self.get_pcc_node("uC_ID _R")
self.attribute_mapping["uC_ID_R"] = self.get_pcc_node("uC_ID_R")
self.attribute_mapping["RCU_monitor_rate_RW"] = self.get_pcc_node("RCU_monitor_rate_RW")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment