We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac0f7a commit f118fa1Copy full SHA for f118fa1
adafruit_io/adafruit_io.py
@@ -871,14 +871,14 @@ def receive_user_rate_info(self):
871
872
:code-block: json
873
{
874
- "data_rate_limit": 90,
875
- "active_data_rate": 2,
876
- "authentication_rate": 0,
877
- "subscribe_authorization_rate": 0,
878
- "publish_authorization_rate": 0,
879
- "hourly_ban_rate": 0,
880
- "mqtt_ban_error_message": null,
881
- "sms_message_limit": 0
+ "data_rate_limit": 90,
+ "active_data_rate": 2,
+ "authentication_rate": 0,
+ "subscribe_authorization_rate": 0,
+ "publish_authorization_rate": 0,
+ "hourly_ban_rate": 0,
+ "mqtt_ban_error_message": null,
+ "sms_message_limit": 0
882
}
883
"""
884
path = self._compose_path("throttle")
0 commit comments