From 2e89e54eb880a9694802c9df8f54fa77b8454f74 Mon Sep 17 00:00:00 2001 From: erwinpan1 Date: Mon, 26 Aug 2024 23:36:33 +0800 Subject: [PATCH] modify playSpeed from 1.0 to 1 --- .../chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter | 2 +- examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter b/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter index 01bc8fea51afbe..f76efbed02e901 100644 --- a/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter +++ b/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter @@ -2596,7 +2596,7 @@ endpoint 1 { ram attribute startTime default = 0x00; ram attribute duration default = 0; callback attribute sampledPosition; - ram attribute playbackSpeed default = 1.0; + ram attribute playbackSpeed default = 1; ram attribute seekRangeEnd; ram attribute seekRangeStart; callback attribute generatedCommandList; diff --git a/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap b/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap index 56fe77954669f9..8a6e75210fa6b5 100644 --- a/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap +++ b/examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.zap @@ -3376,7 +3376,7 @@ "storageOption": "RAM", "singleton": 0, "bounded": 0, - "defaultValue": "1.0", + "defaultValue": "1", "reportable": 1, "minInterval": 1, "maxInterval": 65534,