bobvanderlinden / node-machinetalk

A client-side Node API for remotely controlling/monitoring Machinekit instances through Machinetalk
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Constants for various states, modes and types are not exposed #13

Open bobvanderlinden opened 8 years ago

bobvanderlinden commented 8 years ago

This means users of this library need to use numbers instead of constants. Alternatively they would use the protobuf package to get the right constants.

Among others: TaskState, TaskMode, InterpState.