UNPKG

@autocodingsystems/gateway-client

Version:

Library and commandline utility to control the acs gateway - device drivers for the most common industrial production line devices

12 lines (9 loc) 294 B
const base = require('./_base'); var param = { long: 'subscription', short: 's', unnamed: true, default: '*-*-*', description: 'the events to subscribe to in the form <deviceid>-<class>-<eventname>. Default: *-*-* (all events)' }; module.exports = base(param);