Function: createMonitorSignature()
function createMonitorSignature(monitor: Monitor): string;
Defined in: electron/services/database/siteWriterService/monitorPersistenceUtils.ts:54
Creates a stable signature representing a monitor's configuration.
Parameters
monitor
Returns
string
Remarks
Used for detecting newly-added monitors that do not yet have IDs. Excludes runtime properties like status/lastChecked/responseTime.