fix: omv invalid temperature when not available (#2322)

This commit is contained in:
Manuel
2025-02-23 12:34:04 +01:00
committed by GitHub
parent 4f09363823
commit 5dc5d9e04a
4 changed files with 17 additions and 5 deletions

13
.run/typecheck.run.xml Normal file
View File

@@ -0,0 +1,13 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="typecheck" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="typecheck" />
</scripts>
<node-interpreter value="project" />
<package-manager value="pnpm" />
<envs />
<method v="2" />
</configuration>
</component>