Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 754 Bytes

File metadata and controls

32 lines (19 loc) · 754 Bytes

AiDeviceDashboardControllerApi

ThingsboardClient methods:

com.fasterxml.jackson.databind.JsonNode generateDashboard(@Nonnull UUID deviceId, @Nonnull String xAuthorization, @Nonnull Object body) // generateDashboard

generateDashboard

com.fasterxml.jackson.databind.JsonNode generateDashboard(@Nonnull UUID deviceId, @Nonnull String xAuthorization, @Nonnull Object body)

POST /api/ai/devices/{deviceId}/dashboard

generateDashboard

Parameters

Name Type Description Notes
deviceId UUID
xAuthorization String
body Object

Return type

com.fasterxml.jackson.databind.JsonNode