@ -536,8 +536,10 @@ public:
/// Value setter - set value, tell GCS
///
void set_and_notify(const T &v) {
set(v);
notify();
if (v != _value) {
}
/// Combined set and save