From 89e88135bc3a22c7d96f336465604ef0907833bc Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 23 Aug 2026 12:22:55 +0200 Subject: [PATCH] comment changes --- interface/src/api/system.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/api/system.ts b/interface/src/api/system.ts index 43829025a..f12d5daa1 100644 --- a/interface/src/api/system.ts +++ b/interface/src/api/system.ts @@ -2,7 +2,7 @@ import type { LogSettings, SystemStatus } from 'types'; import { alovaInstance } from './endpoints'; -// systemStatus - also used to ping in System Monitor for pinging +// systemStatus - also used in System Monitor to ping the ESP export const readSystemStatus = () => alovaInstance.Get('/rest/systemStatus');