hoffmation-base 3.0.0-alpha.8 → 3.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ class ActuatorSetStateCommand extends baseCommand_1.BaseCommand {
|
|
|
8
8
|
super(source, reason);
|
|
9
9
|
this.on = on;
|
|
10
10
|
this.timeout = timeout;
|
|
11
|
-
this._commandType = commandType_1.CommandType.
|
|
11
|
+
this._commandType = commandType_1.CommandType.ActuatorSetStateCommand;
|
|
12
12
|
}
|
|
13
13
|
get logMessage() {
|
|
14
14
|
return `Actuator setState to ${this.on} for reason: ${this.reasonTrace}`;
|