Files
Studio/Assets/Resources/MQTTData.json
2025-05-12 14:21:31 +09:00

84 lines
1.6 KiB
JSON

{
"domain": "https://domain.com",
"port": "8883",
"topic": "newXR",
"dataList": [
{
"name": "API_1",
"fields": [
{
"name": "data1",
"type": "Int",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data2",
"type": "String",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data3",
"type": "Float",
"value": "30.5",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
}
]
},
{
"name": "API_2",
"fields": [
{
"name": "data1",
"type": "Int",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data2",
"type": "String",
"value": "30",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
},
{
"name": "data3",
"type": "Float",
"value": "30.5",
"matchingValue": [
{
"matchingValue": "",
"matchingType": ""
}
]
}
]
}
]
}