File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -869,17 +869,17 @@ def get_user_rate_info(self):
869
869
870
870
See https://io.adafruit.com/api/docs/#get-detailed-user-info
871
871
872
- Exampple output:
872
+ Example output:
873
873
```
874
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
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
883
}
884
884
```
885
885
"""
You can’t perform that action at this time.
0 commit comments