* Send Identify Node message to the controller.
* @param nodeId the nodeId of the node to identify
* @throws SerialInterfaceException when timing out or getting an invalid response.
*/
public void identifyNode(int nodeId) throws SerialInterfaceException {
this.enqueue(new IdentifyNodeMessageClass().doRequest(nodeId));
}