init commit

This commit is contained in:
paul@velocoding.com
2026-02-19 21:24:21 +00:00
committed by thingsboard
commit 392508da6e
30 changed files with 1771 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"entityType" : "DEVICE_PROFILE",
"entity" : {
"default" : true,
"defaultDashboardId" : null,
"defaultEdgeRuleChainId" : null,
"defaultQueueName" : null,
"defaultRuleChainId" : null,
"description" : "Default device profile",
"externalId" : null,
"firmwareId" : null,
"id" : {
"entityType" : "DEVICE_PROFILE",
"id" : "f41bd660-0b6a-11f1-9957-b95a9cb5ea38"
},
"image" : null,
"name" : "default",
"profileData" : {
"alarms" : null,
"configuration" : {
"type" : "DEFAULT"
},
"provisionConfiguration" : {
"type" : "DISABLED",
"provisionDeviceSecret" : null
},
"transportConfiguration" : {
"type" : "DEFAULT"
}
},
"provisionDeviceKey" : null,
"provisionType" : "DISABLED",
"softwareId" : null,
"transportType" : "DEFAULT",
"type" : "DEFAULT"
},
"relations" : [ ],
"attributes" : {
"SERVER_SCOPE" : [ ]
},
"calculatedFields" : [ ]
}