Index: shared/scripts/configuration/strings.py =================================================================== diff -u -re60ec6f6cfbc6bff6164d02e760a70a43775fe95 -rf3242baa48e67acbb4fb82778478b0e62e576c08 --- shared/scripts/configuration/strings.py (.../strings.py) (revision e60ec6f6cfbc6bff6164d02e760a70a43775fe95) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision f3242baa48e67acbb4fb82778478b0e62e576c08) @@ -1314,6 +1314,7 @@ #Bluetooth cuff BLUETOOTH_CUFF_TITLE_TEXT = "Bluetooth Cuff" DEVICES_TEXT = "Devices" +BLUETOOTH_CUFF_NOTIFICATION_MESSAGE_TEXT = "The Bluetooth cuff pair clear error. [1001]" OPERATIONAL_PARAMETERS = {"Heparin Type": HEPARIN_TYPE, "Acid Concentrate": "Fres. Naturalyte", "Bicarbonate Concentrate": BICARBONATE_CONCENTRATE, "Dialyzer Type": "BB Diacap Pro 16H"} Index: shared/scripts/names.py =================================================================== diff -u -rcab3fb70b60c9e1a42f4703745e201771960d2fc -rf3242baa48e67acbb4fb82778478b0e62e576c08 --- shared/scripts/names.py (.../names.py) (revision cab3fb70b60c9e1a42f4703745e201771960d2fc) +++ shared/scripts/names.py (.../names.py) (revision f3242baa48e67acbb4fb82778478b0e62e576c08) @@ -10,7 +10,6 @@ o_Overlay = {"container": o_QQuickView, "type": "Overlay"} o_Gui_MainView = { "type": "Gui::MainView" } - # Modal Dialog o_modalDialog = {"container": o_Overlay , "id": "_backgroundRect", "type": "Rectangle", "unnamed": 1, "visible": True} o_treatmentHome = {"container": o_QQuickView , "id": "_treatmentHome" , "type": "TreatmentHome", "unnamed": 1, "visible": True} @@ -1000,7 +999,7 @@ device_settings_screen = {"container": o_Gui_MainView, "text": "Treatment", "type": "Text", "unnamed": 1, "visible": True} o_SettingsHome_SettingsHome_2 = {"container": o_Gui_MainView, "objectName": "_SettingsHome", "type": "SettingsHome", "visible": True} o_SettingsHome_mouseArea_MouseArea_2 = {"container": o_SettingsHome_SettingsHome_2, "id": "_mouseArea", "occurrence": 7, "type": "MouseArea", "unnamed": 1, "visible": True} -o_Gui_MainView = {"type": "Gui::MainView", "unnamed": 1, "visible": True} +o_SettingsHome_wifi_Text = {"container": o_SettingsHome_SettingsHome_2, "text": "Wi-Fi", "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_SettingsWiFi = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsWiFi", "visible": True} o_SettingsBase_Wi_Fi_Text = {"container": o_SettingsBase_SettingsWiFi, "text": "Wi-Fi", "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_IP_Address_Text = {"container": o_SettingsBase_SettingsWiFi, "text": "IP Address", "type": "Text", "unnamed": 1, "visible": True} @@ -1033,6 +1032,7 @@ o_back_button = {"container": o_Gui_MainView, "text": "BACK", "type": "Text", "unnamed": 1, "visible": False} o_dg_cleaning_back_button = {"container": o_SettingsBase_SettingsDG, "id": "_mouseArea", "type": "MouseArea", "unnamed": 1, "visible": True} o_SettingsBase_SCAN_Text_2 = {"container": o_SettingsBase_SettingsBase, "text": "SCAN", "type": "Text", "unnamed": 1, "visible": True} +o_SettingsBase_bluetooth_cuff_notification_text_one = {"container": o_SettingsBase_SettingsBase, "text": "The Bluetooth cuff pair clear error. [1001]", "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_mouseArea_MouseArea_4 = {"container": o_SettingsBase_SettingsBase, "id": "_mouseArea", "occurrence": 2, "type": "MouseArea", "unnamed": 1, "visible": True} o_SettingsBase_ssidText_Text = {"container": o_SettingsBase_SettingsWiFi, "id": "_ssidText", "type": "Text", "unnamed": 1, "visible": True} o_SettingsBase_input_TextInput = {"container": o_SettingsBase_SettingsWiFi, "echoMode": 0, "id": "_input", "type": "TextInput", "unnamed": 1, "visible": True}