MCPcopy Create free account
hub / github.com/developerfromjokela/opencarwings / command_api

Route command_api

api/views.py:None–None  ·  view source on GitHub ↗
swagger_auto_schema(
    operation_description="Send a command to your vehicle",
    request_body=openapi.Schema(
        type=openapi.TYPE_OBJECT,
        properties={
            'command_type': ope

Source from the content-addressed store, hash-verified

1import logging
2
3import django
4from dateutil import parser

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected