changed notifyDevice default value to false
This commit is contained in:
		
							parent
							
								
									b925149e7a
								
							
						
					
					
						commit
						86db82170e
					
				@ -44,7 +44,7 @@
 | 
			
		||||
        "debugMode": false,
 | 
			
		||||
        "configuration": {
 | 
			
		||||
          "scope": "CLIENT_SCOPE",
 | 
			
		||||
          "notifyDevice": "true"
 | 
			
		||||
          "notifyDevice": "false"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
 | 
			
		||||
@ -32,7 +32,7 @@
 | 
			
		||||
        "debugMode": false,
 | 
			
		||||
        "configuration": {
 | 
			
		||||
          "scope": "CLIENT_SCOPE",
 | 
			
		||||
          "notifyDevice": "true"
 | 
			
		||||
          "notifyDevice": "false"
 | 
			
		||||
        }
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
 | 
			
		||||
@ -30,7 +30,7 @@ public class TbMsgAttributesNodeConfiguration implements NodeConfiguration<TbMsg
 | 
			
		||||
    public TbMsgAttributesNodeConfiguration defaultConfiguration() {
 | 
			
		||||
        TbMsgAttributesNodeConfiguration configuration = new TbMsgAttributesNodeConfiguration();
 | 
			
		||||
        configuration.setScope(DataConstants.SERVER_SCOPE);
 | 
			
		||||
        configuration.setNotifyDevice(true);
 | 
			
		||||
        configuration.setNotifyDevice(false);
 | 
			
		||||
        return configuration;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user