mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
26 lines
785 B
C
26 lines
785 B
C
const char* _MS_CDP_json = "{\"brand\":\"GENERIC\",\"model\":\"MS-CDP\",\"model_id\":\"MS-CDP\",\"tag\":\"fe\",\"condition\":[\"manufacturerdata\",\"index\",0,\"060001\"],\"properties\":{\"device\":{\"decoder\":[\"static_value\",\"Microsoft advertising beacon\"]}}}";
|
|
/*R""""(
|
|
{
|
|
"brand":"GENERIC",
|
|
"model":"MS-CDP",
|
|
"model_id":"MS-CDP",
|
|
"tag":"fe",
|
|
"condition":["manufacturerdata", "index", 0, "060001"],
|
|
"properties":{
|
|
"device":{
|
|
"decoder":["static_value", "Microsoft advertising beacon"]
|
|
}
|
|
}
|
|
})"""";*/
|
|
|
|
const char* _MS_CDP_json_props = "{\"properties\":{\"device\":{\"unit\":\"string\",\"name\":\"device type\"}}}";
|
|
/*R""""(
|
|
{
|
|
"properties":{
|
|
"device":{
|
|
"unit":"string",
|
|
"name":"device type"
|
|
}
|
|
}
|
|
})"""";*/
|