No support for tags or type STRING, ARRAY, or LINT.
See original GitHub issueIssue 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
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Defining array with multiple types in TypeScript
Defining array with multiple types in TypeScript. Use a union type (string|number)[] demo: const foo: (string|number)[] = [ 1, "message" ];.
Read more >JavaScript Type Linting
Many people are benefiting from type safety through TypeScript. But you can achieve the same type safety by instead using TypeScript to lint...
Read more >Logix 5000 Controllers I/O and Tag Data
A controller using a listen-only connection only monitors the module. It does not write configuration data and can only maintain a connection to...
Read more >Resolve template validation or template format errors in ...
Validate parameter definitions. 1. Set Type to one of the following supported properties: String, Number, List , or CommaDelimitedList; AWS- ...
Read more >Linters | golangci-lint
Name Description Presets Since
asasalint ⚙️ check for pass any as any in variadic func(...any) bugs 1.47.0
bidichk ⚙️ Checks for dangerous unicode character sequences...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
+5 for STRINGs! 😀
I am picking up development of this functionality now. Updates to come as I make progress!