-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add Diagnosis example #16
Conversation
njordr
commented
Oct 11, 2024
- add example on how to use diagnosis
Signed-off-by: mimir-d <[email protected]>
Signed-off-by: mimir-d <[email protected]>
Signed-off-by: mimir-d <[email protected]>
let fan_speed = get_fan_speed(); | ||
|
||
if fan_speed >= 1600 { | ||
step.diagnosis("fan_ok", tv::DiagnosisType::Pass).await?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you want to encourage the usage of the macros with source location?
Signed-off-by: Giovanni Colapinto <[email protected]>
Signed-off-by: Giovanni Colapinto <[email protected]>
Signed-off-by: Giovanni Colapinto <[email protected]>
99c8325
to
88ada06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to go
Add File module
Signed-off-by: Giovanni Colapinto <[email protected]>
Signed-off-by: Giovanni Colapinto <[email protected]>
Signed-off-by: Giovanni Colapinto <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files |