
6 Manage devices
Parameter
Type
Description
pcc
String
The category and type of
the device.
nodeId
String
The value of
nodeId
for the
device.
callback
IResultCallback
The callback.
Example
1
mTuyaBlueMeshDevice
.
querySubDevStatusByLocal
(
devBean
.
getCategory
() ,
2
devBean
.
getNodeId
() ,
new
IResultCallback
() {
3
@Override
4
public
void
onError
(
String
code
,
String
errorMsg
) {
5
}
6
@Override
7
public
void
onSuccess
() {
8
}
9
});
21 / 31