cmseaton42 / node-ethernet-ip

A Lightweight Ethernet/IP API written to interface with Rockwell ControlLogix/CompactLogix Controllers.
MIT License
263 stars 105 forks source link

Tag Group Length not working anymore #64

Open balex3 opened 4 years ago

balex3 commented 4 years ago

Tag Group Length is not working

Current Behavior

Returns undefined

Expected Behavior

Should return length

Possible Solution (Optional)

Change this get length() { return Object.keys(this.tags).length; } To this get length() { return Object.keys(this.state.tags).length; }

Context

Recent update has stopped program working