thingsboard 二次开发
保存到设备
准备
ak
tenantId
deviceType
userId
从 https://tzhb.tzshkhb.com/openApi/getMnData 拉取所有设备信息然后进行写入到 device 表即可。
保存到警报
写入 alarm 表即可,注意 id 的生成条件。
下发命令
{
“method”: “EleDevice”,
“params”: {
“ID”: “202401050001”,
“RequestPush”:true
}
}
{
“method”: “TwoWay”,
“params”: {
“ID”: “202401050001”,
“GetConfig”:true
}
}
“{
“method””: ““EleDevice””,
“params”“: {
“ID””: “231205012”,
“reboot”:true
}
}"
"{
““method””: ““EleDevice””,
““params””: {
““ID””: "“231205012"”,
““GetConfig””:true
}
}
任务参数