Updated on 2022-02-24 GMT+08:00

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";
}