devices.types.sensor.vibration
A device that reports physical interactions like vibrating, falling, and tilting.
|
Examples of devices
Vibration sensor.
Device control phrases
Each device type has a specific set of phrases. The user can control the device using these phrases without specifying the device name.
Phrases
-
Алиса, установи высокую чувствительность вибрации у датчика вибрации.
Translation: Alice, set the vibration sensor sensitivity to high.
-
Алиса, когда была вибрация в гостиной?
Translation: Alice, when was there a vibration in the living room?
Where can I find all voice commands?
To open the full list of voice commands:
- Open the
Home with Alice app. - Select the desired device in the list of devices.
- Go to the Voice commands section at the bottom of the page.
- Tap More commands.
Recommended capabilities
Any available capabilities describing the device features.
Recommended properties for devices
The table of properties is based on popular device functions in a given category. It provides general recommendations for describing devices. Yandex Smart Home does not restrict the provider to the specified list. You can combine properties and devices as you wish based on your awareness of the device features.
Property type |
Instances |
Function: |
Examples of capability and property descriptions
These structures are sent in response to the device list request.
Vibration sensor
{ "capabilities": [], "properties": [ { "type": "devices.properties.event", "retrievable": true, "reportable": true, "parameters": { "instance": "vibration", "events": [ { "value": "tilt", "name": "переворачивание" }, { "value": "fall", "name": "падение" }, { "value": "vibration", "name": "вибрация" } ] }, "state": { "instance": "vibration", "value": "tilt" }, "state_changed_at": "2022-10-18T15:53:54Z", "last_updated": "2022-10-18T15:53:54Z" } ] }