def park_until_further_notice(self):
        data = {
            "id": str(uuid.uuid1()),
            "type": "MOWER_CONTROL",
            "attributes": {"command": "PARK_UNTIL_FURTHER_NOTICE"},