23 lines
533 B
YAML
23 lines
533 B
YAML
summary: Echo デバイスに TTS で読み上げ
|
|
description: 指定した Echo デバイスにテキストを読み上げさせる
|
|
lock: '!inline u/admin/alexa_speak.script.lock'
|
|
kind: script
|
|
schema:
|
|
type: object
|
|
properties:
|
|
args:
|
|
type: object
|
|
description: ''
|
|
default: null
|
|
properties:
|
|
device:
|
|
type: string
|
|
description: ''
|
|
originalType: string
|
|
text:
|
|
type: string
|
|
description: ''
|
|
originalType: string
|
|
required:
|
|
- args
|