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

Feature/otap as chunks #44

Merged
merged 5 commits into from
Nov 7, 2024
Merged

Feature/otap as chunks #44

merged 5 commits into from
Nov 7, 2024

Conversation

GwendalRaoul
Copy link
Contributor

No description provided.

if max_size is not None:
logging.info("Max scratchpad size is %d for %s" % (scratchpad.__len__(), gw_id))
except KeyError:
logging.error("Unknow gateway in upload_scratchpad %s", gw_id)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: Unknown

@@ -286,6 +289,10 @@ def _on_status_gateway_received(self, client, userdata, message):
try:
gw = self._gateways[status.gw_id]
gw.online = (status.state == wmm.GatewayState.ONLINE)
gw.model = status.gateway_model
gw.version = status.gateway_version
gw.max_scratchpad_size=status.max_scratchpad_size

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also typo just for missing spaces

@GwendalRaoul GwendalRaoul merged commit aa8926b into main Nov 7, 2024
2 checks passed
@GwendalRaoul GwendalRaoul deleted the feature/otap_as_chunks branch November 7, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants