public static interface BrickletRealTimeClock.AlarmListener extends DeviceListener
BrickletRealTimeClock.setAlarm(byte, byte, byte, byte, byte, byte, int)
). The parameters are the same
as for BrickletRealTimeClock.getDateTime()
and BrickletRealTimeClock.getTimestamp()
combined.
.. versionadded:: 2.0.1$nbsp;(Plugin)Modifier and Type | Method and Description |
---|---|
void |
alarm(int year,
short month,
short day,
short hour,
short minute,
short second,
short centisecond,
short weekday,
long timestamp) |
Copyright © 2021 Tinkerforge GmbH. All rights reserved.