mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-25 01:25:37 -05:00
Bunch more new UI
This commit is contained in:
3
WebDisplay/src/temperatureConverter.ts
Normal file
3
WebDisplay/src/temperatureConverter.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function ConvertCToF(value: number): number {
|
||||
return (value * 9.0) / 5.0 + 32.0;
|
||||
}
|
||||
Reference in New Issue
Block a user