Skip to content

Profile

Functionality related to device profiles

Set

Parameters

deviceId : the mac of the target device profileData : The profile parameters to set, as a hex string

Example

meshtech/diagnostics/cc3fc0fa8d21/command/device/profile/set
{
  "id":"10",
  "params":{
    "deviceId":"FA2373DC17E8",
    "profileData":"C2100003030A050000"
  }
}
meshtech/diagnostics/cc3fc0fa8d21/response/device/profile/set
{
  "id":"10",
  "success":true,
  "result":"Set Profile Response for 'FA2373DC17E8': True"
}