diff --git a/pyplumio/frames/requests.py b/pyplumio/frames/requests.py index 8c3b04ba..475cbbab 100644 --- a/pyplumio/frames/requests.py +++ b/pyplumio/frames/requests.py @@ -209,7 +209,7 @@ class AlertsRequest(Request): def create_message(self, data: EventDataType) -> bytearray: """Create a frame message.""" - return bytearray([data.get(ATTR_INDEX, 0), data.get(ATTR_COUNT, 100)]) + return bytearray([data.get(ATTR_INDEX, 0), data.get(ATTR_COUNT, 10)]) class SchedulesRequest(Request):