Make sure waveforms matching -RLLE-DSP: are not kept for 6M

This commit is contained in:
Fabian Märki
2018-04-09 14:14:33 +02:00
parent b722dc3f7d
commit 12f221dfaf

View File

@@ -160,6 +160,30 @@ Examples for ttl settings:
"modulo":3600000
/* 1 point every 1 hour */
}
],
"waveform":[
{
"ttl":"P2D",
"modulo":1
}
,
{
"ttl":"P2M",
"modulo":100
/* 1 point every 1 second */
}
,
{
"ttl":"P10Y",
"modulo":60000
/* 1 point every 10 minutes */
}
,
{
"ttl":"P100Y",
"modulo":3600000
/* 1 point every 1 hour */
}
]
}
}