version 1.0.0-rc.28

This commit is contained in:
2024-12-05 16:41:04 +01:00
parent 381e44e944
commit e5a775b4a3
159 changed files with 827 additions and 676 deletions

View File

@@ -7,11 +7,12 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**state** | **str** | |
**progress** | **float** | Progress of data collection (only available if receiving is running) | [optional]
**error_message** | **str** | Last error message in case detector is in the Error state This matters especially for async functions (start/initialize), where API won't return reason for the error during async operation. | [optional]
## Example
```python
from jfjochclient.models.broker_status import BrokerStatus
from jfjoch_client.models.broker_status import BrokerStatus
# TODO update the JSON string below
json = "{}"