node-opcua-client
Version:
pure nodejs OPCUA SDK - module client
14 lines • 478 B
JavaScript
;
/**
* @module node-opcua-client
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClientMonitoredItemGroup = void 0;
class ClientMonitoredItemGroup {
static create(subscription, itemsToMonitor, monitoringParameters, timestampsToReturn) {
/* c8 ignore next*/
throw new Error("Not implemented");
}
}
exports.ClientMonitoredItemGroup = ClientMonitoredItemGroup;
//# sourceMappingURL=client_monitored_item_group.js.map