]> git.basschouten.com Git - openhab-addons.git/commitdiff
[openhabcloud]: update docs: rule and app aren't available on Android yet (#17471)
authormueller-ma <mueller-ma@users.noreply.github.com>
Sun, 6 Oct 2024 18:28:55 +0000 (20:28 +0200)
committerGitHub <noreply@github.com>
Sun, 6 Oct 2024 18:28:55 +0000 (20:28 +0200)
See https://community.openhab.org/t/oh4-2-0-notifications-with-android-app-actions/157204/29 for discussion about it.

Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
bundles/org.openhab.io.openhabcloud/README.md

index 14d1d5310d24dfd1fb16dd759fdd367f5131998c..a33e2fa1bb0439dab4d7c7bc214bcf9e764c1d8a 100644 (file)
@@ -158,8 +158,8 @@ There are several types of actions available:
   - `ui:$path` where `$path` is either `/basicui/app?...` for navigating sitemaps (using the native renderer) or `/some/absolute/path` for navigating (using the web view).
   - `ui:$commandItemSyntax` where `$commandItemSyntax` is the same syntax as used for the [UI Command Item]({{base}}/mainui/about.html#ui-command-item).
 - `http:` or `https:`: Opens the fully qualified URL in an embedded browser on the device.
-- `rule`: Runs a rule by using the following syntax: `rule:$ruleId:$prop1Key=$prop1Value,$prop2Key=$prop2Value,...` where `$ruleId` is the id of the rule, and optional properties to send to the rule are in the format `name=value` separated by commas. Most rules can omit the properties.
-- `app`: Launches a native app when possible using the following syntax: `app:android=$appId,ios=$appId:$path` where `$appId` on Android is a qualified app id like `com.acme.app` (see [partial list of Android ids](https://github.com/petarov/google-android-app-ids)), and on iOS is the registered URL scheme along with an optional `$path` like `acme://foo` (see [partial list of iOS ids](https://github.com/bhagyas/app-urls)). Either `android` or `ios` can be omitted if that platform is not used.
+- `rule` (currently only on iOS): Runs a rule by using the following syntax: `rule:$ruleId:$prop1Key=$prop1Value,$prop2Key=$prop2Value,...` where `$ruleId` is the id of the rule, and optional properties to send to the rule are in the format `name=value` separated by commas. Most rules can omit the properties.
+- `app` (currently only on iOS): Launches a native app when possible using the following syntax: `app:android=$appId,ios=$appId:$path` where `$appId` on Android is a qualified app id like `com.acme.app` (see [partial list of Android ids](https://github.com/petarov/google-android-app-ids)), and on iOS is the registered URL scheme along with an optional `$path` like `acme://foo` (see [partial list of iOS ids](https://github.com/bhagyas/app-urls)). Either `android` or `ios` can be omitted if that platform is not used.
 
 Examples: