include relayDevID when registering with mosquitto

Will make it easier to debug stuff
This commit is contained in:
Eric House 2020-12-09 17:14:21 -08:00
parent 35db73e4e4
commit 1c5a32ac15

View file

@ -318,6 +318,7 @@ public class MQTTUtils extends Thread implements IMqttActionListener, MqttCallba
params.put( "loc", LocUtils.getCurLocale( mContext ) );
params.put( "tmpKey", getTmpKey(mContext) );
params.put( "frstV", Utils.getFirstVersion( mContext ) );
params.put( "relayDID", DevID.getRelayDevID( mContext ) );
String fcmid = FBMService.getFCMDevID( mContext );
if ( null != fcmid ) {