UNPKG

timeline-state-resolver

Version:
11 lines 464 B
"use strict"; 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