swagger_auto_schema(
operation_description="Send a command to your vehicle",
request_body=openapi.Schema(
type=openapi.TYPE_OBJECT,
properties={
'command_type': ope
| 1 | import logging |
| 2 | |
| 3 | import django |
| 4 | from dateutil import parser |
nothing calls this directly
no outgoing calls
no test coverage detected