Logic: DeviceOK

If we press the OK button, we want exactly the same actions to be performed when pressing the Apply button and after that we want to close the Device screen. Closing the Device screen in our situation means to clear the container, so calling the logic "Home".

CALL DeviceApply
CALL Home

With the logic command CALL we can execute another logic block. Save this logic as "DeviceOK".