Skip to content

Commit a33fe6f

Browse files
committed
feat: add optional play-loop-mode property
1 parent e06254f commit a33fe6f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

custom_components/xiaomi_home/miot/specs/specv2entity.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@
331331
'actions': {'play'}
332332
},
333333
'optional': {
334+
'properties': {'play-loop-mode'},
334335
'actions': {'pause', 'stop', 'next', 'previous'}
335336
}
336337
}
@@ -368,6 +369,7 @@
368369
}
369370
},
370371
'optional': {
372+
'properties': {'play-loop-mode'},
371373
'actions': {'play', 'pause', 'stop', 'next', 'previous'}
372374
}
373375
}
@@ -391,7 +393,6 @@
391393
'actions': {'turn-off'}
392394
},
393395
'optional': {
394-
'properties': {'mode'},
395396
'actions': {'turn-on'}
396397
}
397398
}
@@ -404,6 +405,7 @@
404405
}
405406
},
406407
'optional': {
408+
'properties': {'play-loop-mode'},
407409
'actions': {'play', 'pause', 'stop', 'next', 'previous'}
408410
}
409411
}

0 commit comments

Comments
 (0)