Skip to content

Commit 6f531ed

Browse files
Merge pull request #205 from TakayukiHoshi1984/bugfix_setting_api_path
不具合修正: PUT /setting/sound/volume のパス指定
2 parents c1de052 + c7669f6 commit 6f531ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dConnectJavascriptApp/js/profile/setting.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ function doChangeSoundLevel(serviceId, type) {
385385
function doSetSoundLevel(type, serviceId, level) {
386386
sdk.put({
387387
profile: 'setting',
388-
interface: 'volume',
389-
attribute: 'sound',
388+
interface: 'sound',
389+
attribute: 'volume',
390390
params: {
391391
serviceId: serviceId,
392392
kind: type,

0 commit comments

Comments
 (0)