Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alexa button + gesture + unit assets to catalog #600

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 63 additions & 5 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2005,10 +2005,37 @@ ToggleController | [`ToggleState`](#togglestate), [`FanOscillate`](#fanoscillate

### Alexa Asset Catalog

List of Alexa asset catalog from the [Alexa Skill API](https://developer.amazon.com/docs/device-apis/resources-and-assets.html#global-alexa-catalog) documentation:
List of Alexa asset identifiers from the [Alexa Skill API](https://developer.amazon.com/docs/device-apis/resources-and-assets.html#global-alexa-catalog) documentation:

Asset Identifier | Supported Friendly Names
-----------------|-------------------------
`@Button.OffButton` | Off Button
`@Button.OnButton` | On Button
`@Button.BrightenButton` | Brighten Button
`@Button.DimButton` | Dim Button
`@Button.MainButton` | Main Button
`@Button.TopButton` | Top Button
`@Button.BottomButton` | Bottom Button
`@Button.CenterButton` | Center Button
`@Button.MiddleButton` | Middle Button
`@Button.UpButton` | Up Button
`@Button.DownButton` | Down Button
`@Button.LeftButton` | Left Button
`@Button.RightButton` | Right Button
`@Button.FirstButton` | First Button
`@Button.SecondButton` | Second Button
`@Button.ThirdButton` | Third Button
`@Button.FourthButton` | Fourth Button
`@Button.FifthButton` | Fifth Button
`@Button.SixthButton` | Sixth Button
`@Button.SeventhButton` | Seventh Button
`@Button.EighthButton` | Eighth Button
`@Button.DoublePress` | Double Press
`@Button.DoublePush` | Double Push
`@Button.LongPress` | Long Press
`@Button.LongPush` | Long Push
`@Button.SinglePress` | Single Press
`@Button.SinglePush` | Single Push
`@DeviceName.AirPurifier` | Air Purifier<br>Air Cleaner<br>Clean Air Machine
`@DeviceName.Camera` | Camera
`@DeviceName.Fan` | Fan<br>Blower
Expand All @@ -2017,6 +2044,14 @@ Asset Identifier | Supported Friendly Names
`@DeviceName.Shower` | Shower
`@DeviceName.SpaceHeater` | Space Heater<br>Portable Heater
`@DeviceName.Washer` | Washer<br>Washing Machine
`@Gesture.DoubleClick` | Double Click
`@Gesture.DoubleTap` | Double Tap
`@Gesture.SingleClick` | Single Click
`@Gesture.SwipeDown` | Swipe Down
`@Gesture.SwipeLeft` | Swipe Left
`@Gesture.SwipeRight` | Swipe Right
`@Gesture.SwipeUp` | Swipe Up
`@Gesture.Tap` | Tap
`@Setting.2GGuestWiFi` | 2.4G Guest Wi-Fi<br>2.4G Guest Network<br>Guest Network 2.4G<br>2G Guest Wi-Fi
`@Setting.5GGuestWiFi` | 5G Guest Wi-Fi<br>5G Guest Network<br>Guest Network 5G<br>5G Guest Wi-Fi
`@Setting.Auto` | Auto<br>Automatic<br>Automatic Mode<br>Auto Mode
Expand All @@ -2036,6 +2071,29 @@ Asset Identifier | Supported Friendly Names
`@Setting.WaterTemperature` | Water Temperature<br>Water Temp<br>Water Heat
`@Shower.HandHeld` | Handheld Shower<br>Shower Wand<br>Hand Shower
`@Shower.RainHead` | Rain Head<br>Overhead Shower<br>Rain Shower<br>Rain Spout<br>Rain Faucet
`@Unit.Angle.Degrees` | Degrees<br>Degree
`@Unit.Angle.Radians` | Radians<br>Radian
`@Unit.Distance.Feet` | Feet<br>Foot
`@Unit.Distance.Inches` | Inches<br>Inch
`@Unit.Distance.Kilometers` | Kilometers<br>Kilometer
`@Unit.Distance.Meters` | Meters<br>Meter
`@Unit.Distance.Miles` | Miles<br>Mile
`@Unit.Distance.Yards` | Yards<br>Yard
`@Unit.Mass.Grams` | Grams<br>Gram
`@Unit.Mass.Kilograms` | Kilograms<br>Kilogram
`@Unit.Percent` | Percent
`@Unit.Temperature.Celsius` | Celsius<br>Degrees Celsius<br>Centigrade<br>Degrees Centigrade
`@Unit.Temperature.Degrees` | Degrees<br>Degree
`@Unit.Temperature.Fahrenheit` | Fahrenheit<br>Degrees Fahrenheit
`@Unit.Temperature.Kelvin` | Kelvin<br>Degrees Kelvin
`@Unit.Volume.CubicFeet` | Cubic Feet<br>Cubic Foot
`@Unit.Volume.CubicMeters` | Cubic Meters<br>Cubic Meter<br>Meters Cubed
`@Unit.Volume.Gallons` | Gallons<br>Gallon
`@Unit.Volume.Liters` | Liters<br>Liter
`@Unit.Volume.Pints` | Pints<br>Pint
`@Unit.Volume.Quarts` | Quarts<br>Quart
`@Unit.Weight.Ounces` | Ounces<br>Ounce
`@Unit.Weight.Pounds` | Pounds<br>Pound
`@Value.Close` | Close
`@Value.Delicate` | Delicates<br>Delicate
`@Value.High` | High
Expand All @@ -2048,7 +2106,7 @@ Asset Identifier | Supported Friendly Names

### Custom Asset Catalog

List of custom asset catalog defined by the skill:
List of custom asset identifiers defined by the skill:

Asset Identifier | Supported Friendly Names
-----------------|-------------------------
Expand Down Expand Up @@ -2086,7 +2144,7 @@ Asset Identifier | Supported Friendly Names

### Alexa Semantic Catalog

List of Alexa semantic catalog from the [Alexa Skill API](https://developer.amazon.com/docs/alexa-voice-service/generic-controllers.html#semantics-syntax) documentation:
List of Alexa semantic identifiers from the [Alexa Skill API](https://developer.amazon.com/docs/alexa-voice-service/generic-controllers.html#semantics-syntax) documentation:

Semantic Type | Identifiers
--------------|------------
Expand All @@ -2095,7 +2153,7 @@ States | `Closed`<br>`Open`

### Custom Semantic Catalog

List of custom semantic catalog defined by skill:
List of custom semantic identifiers defined by skill:

Semantic Type | Identifiers
--------------|------------
Expand All @@ -2104,7 +2162,7 @@ States |

## Unit of Measurement Catalog

List of Alexa unit of measurement catalog from the [Alexa Skill API](https://developer.amazon.com/docs/device-apis/alexa-property-schemas.html#units-of-measure) documentation:
List of Alexa unit of measurement identifiers from the [Alexa Skill API](https://developer.amazon.com/docs/device-apis/alexa-property-schemas.html#units-of-measure) documentation:

Unit Identifier |
----------------|
Expand Down
Loading