Thingsboard源码分析(三)遥测数据获取获取遥测数据
获取遥测数据TelemetryController首先找到入口,比如获取最新遥测数据方法getLatestTelemetry,/DEVICE/deviceId/values/timeseries 在 TelemetryController 中:@RestController@TbCoreComponent// TbUrlConstants.TELEMETRY_URL_PREFIX=="/api/plugins/telemetry"@RequestMapping(TbUrlCo