UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

30 lines (26 loc) 1.09 kB
import { _TAP_EXTENSION_CONFIGURATOR_ } from '@iotize/tap/ext/configurator'; export * from '@iotize/tap/ext/configurator'; import { _TAP_EXTENSION_DATA_ } from '@iotize/tap/ext/data'; export * from '@iotize/tap/ext/data'; export * from '@iotize/tap/ext/factory-reset'; import { _TAP_EXTENSION_FIRMWARE_UPDATE_ } from '@iotize/tap/ext/firmware-update'; export * from '@iotize/tap/ext/firmware-update'; import { _TAP_EXTENSION_GPIO_ } from '@iotize/tap/ext/gpio'; export * from '@iotize/tap/ext/gpio'; import { _TAP_EXTENSION_KEEP_ALIVE_ } from '@iotize/tap/ext/keep-alive'; export * from '@iotize/tap/ext/keep-alive'; import { _TAP_EXTENSION_DATA_LOG_ } from '@iotize/tap/ext/data-log'; export * from '@iotize/tap/ext/data-log'; const _TAP_ALL_EXTENSIONS_ = [ _TAP_EXTENSION_CONFIGURATOR_, _TAP_EXTENSION_DATA_, _TAP_EXTENSION_FIRMWARE_UPDATE_, _TAP_EXTENSION_GPIO_, _TAP_EXTENSION_KEEP_ALIVE_, _TAP_EXTENSION_DATA_LOG_, ]; /** * Generated bundle index. Do not edit. */ export { _TAP_ALL_EXTENSIONS_ }; //# sourceMappingURL=iotize-tap-ext-all.js.map