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

Update state transitions to provide more consistency across platforms #541

Merged
merged 1 commit into from
Nov 17, 2019

Conversation

jmcgill298
Copy link
Contributor

  1. The point of using Continue.Record is to not be dependent on inconsistent "last lines" of the output, which means the only way to safely transition back to start is to transition back to Start after capturing the data from the next entry.

  2. Only transition to a new state when a keyword for that state occurs. Ex: ^Inlet\s+Temperature\s+Value:\s+${INLET_TEMPERATURE_VALUE}\s+Degree\s+Celsius\s*$$ -> Inlet

  3. Each State should have matches to transition to all other States in case the order of the output is different (such as Hotspot comes before Inlet in the command output).

@jmcgill298 jmcgill298 merged commit 5d93e50 into networktocode:master Nov 17, 2019
@jmcgill298 jmcgill298 deleted the ios_temp branch November 17, 2019 05:13
thomasblass pushed a commit to thomasblass/ntc-templates that referenced this pull request Oct 25, 2020
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

Successfully merging this pull request may close these issues.

1 participant