Skip to main content

page

frontend


frontend / history/page

history/page

Variables

deviceCache

const deviceCache: Map<string, CacheEntry>

Defined in: history/page.tsx:98

Functions

default()

default(): Element

Defined in: history/page.tsx:172

Returns

Element


filterDevicesByTimeRange()

filterDevicesByTimeRange(devices, timeRange, start?, end?): DeviceNode[]

Defined in: history/page.tsx:115

Parameters

devices

DeviceNode[]

timeRange

string

start?

string

end?

string

Returns

DeviceNode[]


toMs()

toMs(value): null | number

Defined in: history/page.tsx:101

Parameters

value

undefined | null | string | number

Returns

null | number