16 lines
494 B
PHP
16 lines
494 B
PHP
<?php
|
|
return array(
|
|
'name' => 'volume_control',
|
|
'domain' => 'wevads_pipeline',
|
|
'priority' => 'P1',
|
|
'triggers' => array(
|
|
'volume control',
|
|
'send volume'
|
|
),
|
|
'cmd' => 'echo "intent volume_control · domain wevads_pipeline · priority P1 · Volume 77170/d cap · status LIVE · source arena-wave-114-gap-fix"',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T01:15:00+00:00',
|
|
'source' => 'opus-yacine-19avr-arena-gap-wire',
|
|
'description' => 'Volume 77170/d cap',
|
|
);
|