UNPKG

330 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = event;
7function event(eventName, deviceName, eventData) {
8 return {
9 event: eventName,
10 device: deviceName,
11 value: eventData
12 };
13}
14module.exports = exports['default'];
15//# sourceMappingURL=event.js.map