bosch_camera_feature_flags
Retrieves account-level Bosch cloud feature flags to reveal which platform features are active for your account. Use it to verify capabilities and adjust camera workflows accordingly.
Instructions
Fetch account-level Bosch cloud feature flags from GET /v11/feature_flags.
Returns the raw dict of feature flag names to boolean values, e.g. {"APP_RATING": true, "IOT_THINGS_INTEGRATION": true, ...}. No camera parameter — flags are account-level. Useful for discovering which Bosch platform features are active for this account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||