বর্ণনা
সাধারণ অটোমেশন অ্যাকশন। এটি একটি টাইপ করা কাঠামো ।
ক্ষেত্রগুলির মধ্যে একটি
টাইপ | বর্ধিত কাঠামো |
---|---|
Assistant.command.Broadcast | ব্রডকাস্ট কমান্ড |
Assistant.command.OkGoogle | OkGoogleCommand |
device.command.ActivateScene | ActivateSceneCommand |
device.command.AppInstall | AppInstallCommand |
device.command.AppSearch | AppSearchCommand |
device.command.AppSelect | AppSelectCommand |
device.command.ArmDisarm | ArmDisarmCommand |
device.command.BrightnessAbsolute | BrightnessAbsoluteCommand |
device.command.Brightness Relative | ব্রাইটনেস রিলেটিভ কমান্ড |
device.command.Charge | চার্জকমান্ড |
device.command.ColorAbsolute | ColorAbsoluteCommand |
device.command.Cook | কুককমান্ড |
device.command.Dispense | ডিসপেন্সকমান্ড |
device.command.Dock | ডককমান্ড |
device.command.Fill | FillCommand |
device.command.FindMyDevice | LocateCommand |
device.command.Humidity Relative | আর্দ্রতা আপেক্ষিক কমান্ড |
device.command.LightEffectColorLoop | লাইট ইফেক্ট কালার লুপকমান্ড |
device.command.LightEffectPulse | LightEffectPulseCommand |
device.command.LightEffectSleep | লাইট ইফেক্ট স্লিপকমান্ড |
device.command.LightEffectWake | LightEffectWakeCommand |
device.command.LockUnlock | লকআনলককমান্ড |
device.command.MediaNext | MediaNextCommand |
device.command.MediaPause | MediaPauseCommand |
device.command.MediaPrevious | MediaPreviousCommand |
device.command.MediaResume | MediaResumeCommand |
device.command.MediaShuffle | MediaShuffleCommand |
device.command.MediaStop | মিডিয়াস্টপকমান্ড |
device.command.Mute | মিউটকমান্ড |
device.command.NextInput | NextInputCommand |
device.command.OnOff | অনঅফকমান্ড |
device.command.OpenClose | OpenCloseCommand |
device.command.PauseUnpause | PauseUnpauseCommand |
device.command.PreviousInput | পূর্ববর্তী ইনপুটকমান্ড |
device.command.রিবুট | রিবুটকমান্ড |
device.command.Relative Channel | RelativeChannelCommand |
device.command.ReturnChannel | ReturnChannelCommand |
device.command.ReverseFan | Reverse Command |
device.command.RotateAbsolute | RotateAbsoluteCommand |
device.command.SelectChannel | চ্যানেল কমান্ড নির্বাচন করুন |
device.command.SetFanSpeed | SetFanSpeedCommand সেট করুন |
device.command.SetFanSpeedRelative | SetFanSpeedRelativeCommand সেট করুন |
device.command.SetHumidity | হিউমিডিটি কমান্ড সেট করুন |
device.command.SetInput | সেট ইনপুটকমান্ড |
device.command.SetVolume | SetVolumeCommand |
device.command.StartStop | StartStopCommand |
device.command.StopLightEffect | StopLightEffectCommand |
device.command.ThermostatSetMode | থার্মোস্ট্যাটসেটমোডকমান্ড |
device.command.ThermostatTemperatureSetpoint | থার্মোস্ট্যাট তাপমাত্রা সেটপয়েন্ট কমান্ড |
device.command.ThermostatTemperatureSetRange | থার্মোস্ট্যাট তাপমাত্রা সেট রেঞ্জ কম্যান্ড |
device.command.TimerAdjust | টাইমার অ্যাডজাস্টকমান্ড |
device.command.TimerCancel | TimerCancelCommand |
device.command.TimerPause | TimerPauseCommand |
device.command.TimerResume | TimerResumeCommand |
device.command.TimerStart | TimerStartCommand |
home.command.Notification | বিজ্ঞপ্তি কমান্ড |
সময়। বিলম্ব | বিলম্ব |
উদাহরণ
একটি টিভি এবং একটি আলো চালু করার জন্য একটি একক ক্রিয়া৷
actions:
type: device.command.OnOff
devices:
- TV - Living Room
- Light A - Living Room
on: true
Google সহকারীর মাধ্যমে একটি বার্তা সম্প্রচার করার জন্য একটি একক পদক্ষেপ৷
actions:
type: assistant.command.Broadcast
message: Dinner time
একটি লাইট চালু করতে একাধিক অ্যাকশন এবং 5 মিনিট পরে এটি বন্ধ করুন।
actions:
- type: device.command.OnOff
devices: Light A - Living Room
on: true
- type: time.delay
for: 5min
- type: device.command.OnOff
devices: Light A - Living Room
on: false