getModel Interface Description
This interface is used to return the device model in the format of a character string. The IoT platform calls this interface to obtain the device model to associate the codec plug-in with the profile file. The association is successful only when the vendor ID and device model are consistent.
Example:
1 2 3 4 |
@Override
public String getModel() {
return "TestUtf8Model";
}
|
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot