mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
include relayDevID when registering with mosquitto
Will make it easier to debug stuff
This commit is contained in:
parent
35db73e4e4
commit
1c5a32ac15
1 changed files with 1 additions and 0 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue