Commit 76b8de8b authored by Dimitris Lampridis's avatar Dimitris Lampridis

sw: clarify the functionality of alarm period and repeat count

parent 38716e4d
......@@ -93,7 +93,10 @@ enum wrtd_attr {
WRTD_ATTR_ALARM_SETUP_TIME, //RW, tstamp
WRTD_ATTR_ALARM_TIME, //RW, tstamp
// Specifies the alarm period. 0 means no repetitions.
WRTD_ATTR_ALARM_PERIOD, //RW, tstamp
// Specifies the number of times the alarm will occur at the period specified by
// WRTD_ATTR_ALARM_PERIOD. 0 means infinite. 1 means exactly one alarm will occur.
WRTD_ATTR_ALARM_REPEAT_COUNT, //RW, int32
// Number of rules (global attribute).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment