-
public interface IThingMeshGroupCreated by zhusg on 2019/5/20.
-
-
Method Summary
Modifier and Type Method Description abstract voidpublishDps(String dps, String subDevId, String nodeId, String localId, IResultCallback callback)Send command to the zigBee group. -
-
Method Detail
-
publishDps
abstract void publishDps(String dps, String subDevId, String nodeId, String localId, IResultCallback callback)
Send command to the zigBee group.
- Parameters:
dps- The data pointssubDevId- The sub device idnodeId- {@Link DeviceBean#getNodeId()}localId- Mesh group local idcallback- IResultCallback
-
-
-
-