Appearance
Home > resol-vbus-core > TimestampInterval > onInterval
TimestampInterval.onInterval property
The callback to be called when an interval has passed.
Signature:
typescript
onInterval?: (timestamp: Date) => void;