We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d436b80 commit d1e2fc8Copy full SHA for d1e2fc8
src/property/Property.h
@@ -143,7 +143,7 @@ class Property
143
/* Composable configuration of the Property class */
144
Property & onUpdate(UpdateCallbackFunc func);
145
Property & onSync(OnSyncCallbackFunc func);
146
- Property & publishOnChange(float const min_delta_property, unsigned long const min_time_between_updates_millis = 0);
+ Property & publishOnChange(float const min_delta_property, unsigned long const min_time_between_updates_millis = DEFAULT_MIN_TIME_BETWEEN_UPDATES_MILLIS);
147
Property & publishEvery(unsigned long const seconds);
148
Property & publishOnDemand();
149
Property & encodeTimestamp();
0 commit comments