You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewStatusResponseError('Requested alarm mode is not supported',Status.ConstraintError);
99
+
thrownewStatusResponseError(`Requested alarm mode is not supported (endpoint ${this.endpoint.maybeId}.${this.endpoint.maybeNumber})`,Status.ConstraintError);
100
100
}
101
101
}
102
102
@@ -107,7 +107,7 @@ export class MatterbridgeBooleanStateConfigurationServer extends BooleanStateCon
thrownewStatusResponseError('Requested alarm mode is not active',Status.InvalidInState);
110
+
thrownewStatusResponseError(`Requested alarm mode is not active (endpoint ${this.endpoint.maybeId}.${this.endpoint.maybeNumber})`,Status.InvalidInState);
111
111
}
112
112
}
113
113
@@ -118,7 +118,7 @@ export class MatterbridgeBooleanStateConfigurationServer extends BooleanStateCon
device.log.debug(`MatterbridgeBooleanStateConfigurationServer: suppressAlarm called (endpoint ${this.endpoint.maybeId}.${this.endpoint.maybeNumber})`);
134
134
}
135
135
136
136
/**
@@ -140,7 +140,7 @@ export class MatterbridgeBooleanStateConfigurationServer extends BooleanStateCon
device.log.debug(`MatterbridgeBooleanStateConfigurationServer: enableDisableAlarm called (endpoint ${this.endpoint.maybeId}.${this.endpoint.maybeNumber})`);
`MatterbridgeOvenCavityOperationalStateServer: stop (endpoint OvenTestCabinetTop.3) called setting operational state to Stopped and operational error to No error`,
508
508
);
509
+
510
+
// A repeated Stop does not complete the same operation again.
0 commit comments