This commit is contained in:
2026-04-04 01:16:16 +03:30
parent ecb42c6895
commit 6d5ece1f5d
22 changed files with 311 additions and 261 deletions
+1
View File
@@ -8,6 +8,7 @@ class SensorCatalogSerializer(serializers.ModelSerializer):
model = SensorCatalog
fields = [
"uuid",
"code",
"name",
"description",
"customizable_fields",