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

Class TCUConfigurationSerializer

ui/serializers.py:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8from tculink.carwings_proto.autodj import ICONS
9from tculink.carwings_proto.autodj.channels import get_info_channel_data
10from tculink.coordinators import get_supported_commands
11
12
13class TCUConfigurationSerializer(serializers.ModelSerializer):
14 last_updated = serializers.DateTimeField(read_only=True, default_timezone=pytz.utc)
15 class Meta:
16 model = TCUConfiguration
17 fields = '__all__'

Callers 1

CarSerializerClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected