generated from Dicken/dickendock
round19: Startseite aufgeraeumt, Favicon-Fallback ueber Ports, Favicon-Picker, Live-Status per Ping
This commit is contained in:
@@ -20,6 +20,8 @@ export interface Device {
|
||||
online: boolean;
|
||||
source: DeviceSource;
|
||||
lastScan: string | null; // ISO-8601 Zeitstempel
|
||||
/** Zeitpunkt des letzten Ping-Live-Status-Checks, falls aktiviert (siehe Einstellungen). */
|
||||
lastPing: string | null;
|
||||
}
|
||||
|
||||
export type DeviceSource = (typeof deviceSourceValues)[number];
|
||||
|
||||
Reference in New Issue
Block a user