timeline-state-resolver
Version:
Have timeline, control stuff
11 lines • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FocusOnePushTriggerCommand = void 0;
const abstractCommand_1 = require("../abstractCommand");
class FocusOnePushTriggerCommand extends abstractCommand_1.ViscaCommand {
serialize() {
return Buffer.from([0x81, 0x01, 0x04, 0x18, 0x01, 0xff]);
}
}
exports.FocusOnePushTriggerCommand = FocusOnePushTriggerCommand;
//# sourceMappingURL=focusOnePushTriggerCommand.js.map