Commit 86db82170ee24ad2f7b750b2dde8aa5da6a857f8
Committed by
Andrew Shvayka
1 parent
b925149e
changed notifyDevice default value to false
Showing
3 changed files
with
3 additions
and
3 deletions
... | ... | @@ -30,7 +30,7 @@ public class TbMsgAttributesNodeConfiguration implements NodeConfiguration<TbMsg |
30 | 30 | public TbMsgAttributesNodeConfiguration defaultConfiguration() { |
31 | 31 | TbMsgAttributesNodeConfiguration configuration = new TbMsgAttributesNodeConfiguration(); |
32 | 32 | configuration.setScope(DataConstants.SERVER_SCOPE); |
33 | - configuration.setNotifyDevice(true); | |
33 | + configuration.setNotifyDevice(false); | |
34 | 34 | return configuration; |
35 | 35 | } |
36 | 36 | } | ... | ... |