Open iPhone SE Control Centre, swipe up from the bottom edge of any screen

To open iPhone SE Control Centre, swipe up from the bottom edge of any screen.

How to do this with Appium Studio?

Manage to solve it with the following Python script:

driver.execute_script(“seetest:client.setDragStartDelay(50)”)
driver.execute_script(“seetest:client.swipe(‘Down’, 0, 1000)”)