設定を取得
get_settingsRetrieve specific system settings from an LG webOS TV by providing a category and keys. Get current values for picture, sound, network, time, and more.
Instructions
システム設定を取得する。例: category=picture keys=[brightness,contrast,backlight,color,pictureMode] / category=sound keys=[soundMode]。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | Yes | 取得するキー | |
| device | No | 対象デバイス名または IP。省略時は既定デバイス(--device / WEBOS_DEVICE / devices.json の defaultDevice) | |
| category | Yes | 設定カテゴリ(picture, sound, option, network, time など) |