Commit 294c7a07 by Sebastián Katzer

Fix wrong docs (there's no firstAt or after for iOS)

parent ef16347a
......@@ -287,7 +287,7 @@ The properties depend on the trigger type. Not all of them are supported across
| | every | String | `quarter` | x | | x |
| | every | String | `year` | x | x | x |
| | before | Date | | x | | x |
| | firstAt | Date | | x | x | x |
| | firstAt | Date | | x | | x |
| Match |
| | count | Int | | x | | x |
| | every | Object | `minute` | x | x | x |
......@@ -301,7 +301,7 @@ The properties depend on the trigger type. Not all of them are supported across
| | every | Object | `quarter` | | x |
| | every | Object | `year` | x | x | x |
| | before | Date | | x | | x |
| | after | Date | | x | x | x |
| | after | Date | | x | | x |
| Location |
| | center | Array | `[lat, long]` | | x |
| | radius | Int | | | x |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment