MCPcopy Create free account
hub / github.com/bytespider/Meross / generateTimestamp

Function generateTimestamp

packages/lib/src/utils/generateTimestamp.ts:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function generateTimestamp() {
2 return Math.round(Date.now() / 1000);
3}

Callers 3

meross-setup.tsFile · 0.90
sendFunction · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected