logger.debug("Sequence State: " + state);
switch (state) {
case INITIAL_PING:
/* get device type */
PairPingMsg ppMsg = new PairPingMsg(msg.rawMsg);
this.deviceType = MaxCulDevice.getDeviceTypeFromInt(ppMsg.type);
/* Send PONG - assumes PING is checked */
logger.debug("Sending PONG");
this.devAddr = msg.srcAddrStr;
messageHandler.sendPairPong(devAddr, this);