def start_dont_override(self, duration):
        data = {
            "id": str(uuid.uuid1()),
            "type": "MOWER_CONTROL",
            "attributes": {"command": "START_DONT_OVERRIDE", "seconds": duration},