Auto-sync: 2026-03-02 12:00:01

This commit is contained in:
Windmill Bot
2026-03-02 12:00:01 +00:00
parent 4666fa23fc
commit 2a81b7ea35
3 changed files with 43 additions and 19 deletions

View File

@@ -2,8 +2,21 @@ summary: Echo デバイスに TTS で読み上げ
description: 指定した Echo デバイスにテキストを読み上げさせる
lock: '!inline u/admin/alexa_speak.script.lock'
kind: script
no_main_func: true
schema:
type: object
properties: {}
required: []
properties:
args:
type: object
description: ''
default: null
properties:
device:
type: string
description: ''
originalType: string
text:
type: string
description: ''
originalType: string
required:
- args