feat:add new
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: update scene-settings
|
||||
type: http
|
||||
seq: 6
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}/scene-settings
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"active_scene_id" : 3,
|
||||
"scene_volume" : 40,
|
||||
"background_play_seconds" : 30,
|
||||
"video_enabled" : false
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user