Open
Description
Current Behavior
Currently, there is no support for tags of type String, Array, or LINT.
Expected Behavior
Proposed API Usage
Array
const arr = new Tag("ArrayName[1:5]"); // To read elements 1 through 5
String
const arr = new Tag("StringName");
Lint
const arr = new Tag("LintName");
Your Environment
- Package version (Use
npm list
- e.g. 1.0.6): latest - Node Version (Use
node --version
- e.g. 9.8.0): 9.10.0 - Operating System and version: win7x64
- Controller Type (eg 1756-L83E/B): n/a
- Controller Firmware (eg 30.11): n/a