Skip to content

Commit 5793be9

Browse files
committed
Let metainfo file pass validation
1 parent 3169114 commit 5793be9

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

src/debian/usr/share/metainfo/org.artisan_scope.artisan.metainfo.xml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,12 @@
8787
<li>adds configuration to allow to send MODBUS PID SV as 32bit float</li>
8888
<li>adds configuration to specify the mode (by time, BT or ET) for the playback of the DROP event</li>
8989
<li>adds mixed event playback, by time (for increasing event values) and temperature (for decreasing event values)</li>
90-
<li>adds new Artisan Commands (with `n` from `{1,2,3,4}`)</li>
91-
<ul>
92-
<li>`quantifier(n,bool)` to toggle quantification per event type</li>
93-
<li>`playback(n,bool)` to toggle event playback per event type</li>
94-
<li>`ramp(n,bool)` to toggle event playback ramping per event type</li>
95-
<li>`alarm(m,bool)` enable/disable alarm number `m`</li>
96-
<li>`setBatchSize(float)` to set the batch size. if the given number is negative the batch size is taken from the background profile, if available</li>
97-
<li>`playbackdropmode(int)` to set the mode for the playback of the DROP event (0: by time, 1: by BT, 2: by ET)</li>
98-
</ul>
90+
<li>adds new Artisan command `quantifier(n,bool)` to toggle quantification per event type (with `n` from `{1,2,3,4}`)</li>
91+
<li>adds new Artisan command `playback(n,bool)` to toggle event playback per event type (with `n` from `{1,2,3,4}`)</li>
92+
<li>adds new Artisan command `ramp(n,bool)` to toggle event playback ramping per event type (with `n` from `{1,2,3,4}`)</li>
93+
<li>adds new Artisan command `alarm(m,bool)` enable/disable alarm number `m`</li>
94+
<li>adds new Artisan command `setBatchSize(float)` to set the batch size. if the given number is negative the batch size is taken from the background profile, if available</li>
95+
<li>adds new Artisan command `playbackdropmode(int)` to set the mode for the playback of the DROP event (0: by time, 1: by BT, 2: by ET)</li>
9996
<li>adds event slider input dialog via a double-click on a sliders LCD</li>
10097
<li>adds slider focus on slider LCD click</li>
10198
<li>adds quick keyboard focused event slider input using numeric keys followed by the ENTER/RETURN key. The last digit can be removed by using the backspace key. ESC cancels the action.</li>

0 commit comments

Comments
 (0)