Browse Source

fixed typo of save device profile method

pull/5408/head
Dima Landiak 5 years ago
parent
commit
81bf7eaa88
  1. 2
      application/src/main/java/org/thingsboard/server/controller/DeviceProfileController.java

2
application/src/main/java/org/thingsboard/server/controller/DeviceProfileController.java

@ -616,7 +616,7 @@ public class DeviceProfileController extends BaseController {
}
}
@ApiOperation(value = "Create Or Update Device Profile (saveDevice)",
@ApiOperation(value = "Create Or Update Device Profile (saveDeviceProfile)",
notes = "Create or update the Device Profile. When creating device profile, platform generates device profile id as [time-based UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_1_(date-time_and_MAC_address). " +
"The newly created device profile id will be present in the response. " +
"Specify existing device profile id to update the device profile. " +

Loading…
Cancel
Save