Skip to content

Commit 2e89e54

Browse files
committed
modify playSpeed from 1.0 to 1
1 parent 1ff97be commit 2e89e54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter

+1-1
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,7 @@ endpoint 1 {
25962596
ram attribute startTime default = 0x00;
25972597
ram attribute duration default = 0;
25982598
callback attribute sampledPosition;
2599-
ram attribute playbackSpeed default = 1.0;
2599+
ram attribute playbackSpeed default = 1;
26002600
ram attribute seekRangeEnd;
26012601
ram attribute seekRangeStart;
26022602
callback attribute generatedCommandList;

examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap

+1-1
Original file line numberDiff line numberDiff line change
@@ -3376,7 +3376,7 @@
33763376
"storageOption": "RAM",
33773377
"singleton": 0,
33783378
"bounded": 0,
3379-
"defaultValue": "1.0",
3379+
"defaultValue": "1",
33803380
"reportable": 1,
33813381
"minInterval": 1,
33823382
"maxInterval": 65534,

0 commit comments

Comments
 (0)