Skip to content

Home > resol-vbus-core > TimestampIntervalConstructorOptions > onInterval

TimestampIntervalConstructorOptions.onInterval property

The callback to be called when an interval has passed.

Signature:

typescript
onInterval?: (timestamp: Date) => void;