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) 281 B
const base = require('./_base'); var param = { long: 'name', short: 'n', unnamed: true, default: '*', description: 'the name of the device affected by the command, multiple devices with wildcards, eg: "Coder Box*"' }; module.exports = base(param);