Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -redb98c8ca7fbfca12f75abaa7e83cbde98b31e59 -rba2308c8eaf03c4bd45687bcedec4b90434370f8 --- suite_leahi/shared/scripts/names.py (.../names.py) (revision edb98c8ca7fbfca12f75abaa7e83cbde98b31e59) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision ba2308c8eaf03c4bd45687bcedec4b90434370f8) @@ -85,4 +85,8 @@ o_Alarm_Dialog_TitleBar = {"container": o_Overlay , "id": "_titleBar", "type": "Rectangle" } o_Alarm_List = {"container": o_Overlay, "id": "_grid", "type": "Grid" } o_Reject_Notification_Description_Text = {"container": o_Overlay, "objectName": "_NotificationDialog_Description", "type": "Text" } +o_Alarm_Ok_Button = {"container": o_Overlay, "id": "_okTouchRect", "type": "TouchRect", "unnamed": 1 } +o_Alarm_Resume_Button = {"container": o_Overlay, "id": "_resumeTouchRect", "type": "TouchRect", "unnamed": 1 } +o_Alarm_Rinseback_Button = {"container": o_Overlay, "id": "_rinsebackTouchRect", "type": "TouchRect", "unnamed": 1 } +o_Alarm_End_Treatment_Button = {"container": o_Overlay, "id": "_endTouchRect", "type": "TouchRect", "unnamed": 1 }