UNPKG

@joshfarrant/shortcuts-js

Version:
19 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @action Vibrate Device * @section Actions > Scripting > Notification * @icon Notification * * Vibrates the device for a short amount of time. * * ```js * vibrateDevice(); * ``` */ const vibrateDevice = () => ({ WFWorkflowActionIdentifier: 'is.workflow.actions.vibrate', WFWorkflowActionParameters: {}, }); exports.default = vibrateDevice; //# sourceMappingURL=vibrateDevice.js.map