diff --git a/RCUSCC/RCUSCC/RCUSCC.py b/RCUSCC/RCUSCC/RCUSCC.py index c6bc06b4dfc5403a5b4438ecc0c293352eee50bc..6e59f1456673a93766d531ff693f6010343cf8db 100644 --- a/RCUSCC/RCUSCC/RCUSCC.py +++ b/RCUSCC/RCUSCC/RCUSCC.py @@ -280,6 +280,10 @@ class RCUSCC(Device): self.attribute_mapping["RCU01_Att2_R"] = self.pcc_node.get_child(["{}:RCU01_Att2_R".format(self.name_space_index)]) + self.attribute_mapping["RCU01_Att2_RW"] = self.pcc_node.get_child(["{}:RCU01_Att2_RW".format(self.name_space_index)]) + + self.attribute_mapping["RCU01_Att3_R"] = self.pcc_node.get_child(["{}:RCU01_Att3_R".format(self.name_space_index)]) + self.attribute_mapping["RCU01_Att3_RW"] = self.pcc_node.get_child(["{}:RCU01_Att3_RW".format(self.name_space_index)]) self.attribute_mapping["RCU01_Att1_R"] = self.pcc_node.get_child(["{}:RCU01_Att1_R".format(self.name_space_index)])