File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -868,20 +868,11 @@ def get_user_rate_info(self):
868
868
Get rate limit and usage information for the current user.
869
869
870
870
See https://io.adafruit.com/api/docs/#get-detailed-user-info
871
-
872
- Example output:
873
- ```
874
- {
875
- "data_rate_limit": 30,
876
- "active_data_rate": 0,
877
- "authentication_rate": 0,
878
- "subscribe_authorization_rate": 0,
879
- "publish_authorization_rate": 0,
880
- "hourly_ban_rate": 0,
881
- "mqtt_ban_error_message": null,
882
- "active_sms_rate": 0
883
- }
884
- ```
871
+
872
+ Example output: {"data_rate_limit": 30, "active_data_rate": 0,
873
+ "authentication_rate": 0, "subscribe_authorization_rate": 0,
874
+ "publish_authorization_rate": 0, "hourly_ban_rate": 0,
875
+ "mqtt_ban_error_message": null, "active_sms_rate": 0}
885
876
"""
886
877
path = self ._compose_path ("throttle" )
887
878
return self ._get (path )
You can’t perform that action at this time.
0 commit comments