Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the need for like "F01" from the configuration of fields of the simulated device #5

Open
johnspray74 opened this issue Jun 22, 2021 · 0 comments

Comments

@johnspray74
Copy link
Owner

The simulated device can work these prefixes out for itself.
First character is always F for session data.
Second character is the field number, 0, 1, 2 etc
Third character is a code for the field type 0=float, 1=string, 2=set of values.
We don't need to know the types for the simulated device, at least for now, so just make everything type 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant