Skip to content

Commit 9626b0e

Browse files
authored
Merge pull request #2 from Theskyisazureblue/master
quecpython存根文件的网站检查和替换
2 parents 00a879b + 30b9e28 commit 9626b0e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+80
-81
lines changed

quecpython_stubs/_thread.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Function:
33
_thread module contains features related to thread operations, and provides methods for creating and deleting threads, and interfaces related to mutex and semaphore.
44
55
Descriptions taken from:
6-
https://python.quectel.com/doc/API_reference/en/stdlib/_thread.html
6+
https://python.quectel.com/doc/quecpython/API_reference/en/stdlib/_thread.html
77
"""
88

99

quecpython_stubs/app_fota.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Function:
33
The app_fota module is used for user file upgrades.
44
55
Descriptions taken from:
6-
https://python.quectel.com/doc/API_reference/en/syslib/app_fota.html
6+
https://python.quectel.com/doc/quecpython/API_reference/zh/syslib/app_fota.html
77
"""
88

99

quecpython_stubs/atcmd.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Function:
33
This module provides a method for sending AT commands, allowing the QuecPython module to send AT commands through Python code.
44
55
Descriptions taken from:
6-
https://python.quectel.com/doc/API_reference/en/syslib/atcmd.html
7-
"""
6+
https://python.quectel.com/doc/quecpython/API_reference/zh/syslib/atcmd.html"""
87

98

109
def sendSync(atcmd, resp, include_str, timeout):

quecpython_stubs/audio.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ Function:
33
The module contains various audio features, including audio playback, TTS (text-to-speech) playback, recording and so on.
44
55
Descriptions taken from:
6-
https://python.quectel.com/doc/API_reference/en/medialib/audio.html
6+
https://python.quectel.com/doc/quecpython/API_reference/en/medialib/audio.html
77
"""
88

99

1010
class Audio(object):
1111
"""Class feature: Audio playback.
1212
1313
Currently supported modules:EC600N Series, EC800N Series, EC600M-CN(LA/LE), EC800M-CN(LA/LE/GA), EC600U Series, EC200U Series, EG912U, EG915U and EG915N-EUAG.
14-
Description: https://python.quectel.com/doc/API_reference/en/medialib/audio.Audio.html
14+
Description: https://python.quectel.com/doc/quecpython/API_reference/en/medialib/audio.Audio.html
1515
"""
1616

1717
def __init__(self, device):
@@ -143,7 +143,7 @@ class Record(object):
143143
"""Class feature: Recording.
144144
145145
Currently supported models: EC600N Series, EC800N Series, EC600M-CN(LA/LE), EC800M-CN(LA/LE/GA), EC600U Series, EC200U Series, EG912U, EG915U and EG915N-EUAG.
146-
Description: https://python.quectel.com/doc/API_reference/en/medialib/audio.Record.html
146+
Description: https://python.quectel.com/doc/quecpython/API_reference/en/medialib/audio.Record.html
147147
"""
148148

149149
def __init__(self, device):
@@ -314,7 +314,7 @@ class TTS(object):
314314
"""Class Text-to-speech playback.
315315
316316
Currently supported models: EC600N series, EC800N series, EC600M-CN (LA, LE), EC800M-CN (LA, LE, GA), EG810MCN_GA, EC600U series, EC200U series, EG912U, EG915U, EG915N-EUAG.
317-
Description: https://developer.quectel.com/doc/quecpython/API_reference/zh/medialib/audio.TTS.html
317+
Description: https://developer.quectel.com/doc/quecpython/API_reference/en/medialib/audio.TTS.html
318318
"""
319319

320320
def __init__(self, device):

quecpython_stubs/ble.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Function:
33
The ble module provides BLE GATT Server (slave) and BLE GATT Client (master) features based on the BLE 4.2 protocol.
44
55
Descriptions taken from:
6-
https://python.quectel.com/doc/API_reference/en/btlib/ble.html
6+
https://python.quectel.com/doc/quecpython/API_reference/en/btlib/ble.html
77
"""
88

99

quecpython_stubs/bt.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The bt module provides Classic Bluetooth related features, including HFP, A2DP,
55
Currently, only EC200U/EC600U/EG915U/EG912U series module supports bt feature.
66
77
Descriptions taken from:
8-
https://python.quectel.com/doc/API_reference/en/btlib/bt.html
8+
https://python.quectel.com/doc/quecpython/API_reference/en/btlib/bt.html
99
"""
1010

1111

quecpython_stubs/camera.pyi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Note: If the preview feature is needed, please initialize the LCD object first b
66
77
88
Descriptions taken from:
9-
https://python.quectel.com/doc/API_reference/en/medialib/camera.html
9+
https://python.quectel.com/doc/quecpython/API_reference/en/medialib/camera.html
1010
"""
1111

1212

@@ -15,7 +15,7 @@ class CamPreview(object):
1515
1616
Class feature: Camera previewing.
1717
Note: Please initialize the LCD before using this feature.
18-
Descriptions: https://python.quectel.com/doc/API_reference/en/medialib/camera.CamPreview.html
18+
Descriptions: https://python.quectel.com/doc/quecpython/API_reference/en/medialib/camera.CamPreview.html
1919
"""
2020

2121
def __init__(self, model, cam_w, cam_h, lcd_w, lcd_h, perview_level):
@@ -50,7 +50,7 @@ class CamDecoder(object):
5050
"""Camera code scanning.
5151
5252
Note: Please initialize the LCD before enabling preview feature.
53-
Descriptions: https://python.quectel.com/doc/API_reference/en/medialib/camera.CamDecoder.html
53+
Descriptions: https://python.quectel.com/doc/quecpython/API_reference/en/medialib/camera.CamDecoder.html
5454
"""
5555

5656
def __init__(self, model, decode_level, cam_w, cam_h, perview_level, lcd_w, lcd_h):
@@ -121,7 +121,7 @@ class CamCapture(object):
121121
122122
Class feature: Camera capturing and saving.
123123
Note: Please initialize the LCD before using this feature.
124-
Descriptions: https://python.quectel.com/doc/API_reference/en/medialib/camera.CamCapture.html
124+
Descriptions: https://python.quectel.com/doc/quecpython/API_reference/en/medialib/camera.CamCapture.html
125125
"""
126126

127127
def __init__(self, model, cam_w, cam_h, perview_level, lcd_w, lcd_h):

quecpython_stubs/cellLocator.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module provides base station location feature and gets the latitude and lon
44
Currently, only EC600S/EC600N/EC800N/EC200U/EC600U/EG912U/EG915U series module supports this feature.
55
66
Descriptions taken from:
7-
https://python.quectel.com/doc/API_reference/en/gnsslib/cellLocator.html
7+
https://python.quectel.com/doc/quecpython/API_reference/en/gnsslib/cellLocator.html
88
"""
99

1010

quecpython_stubs/checkNet.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Function:
33
The checkNet module provides methods to detect whether the QuecPython module's network is ready, while also providing troubleshooting methods and steps for network exceptions.
44
55
Descriptions taken from:
6-
https://python.quectel.com/doc/API_reference/zh/iotlib/checkNet.html
6+
https://python.quectel.com/doc/quecpython/API_reference/en/iotlib/checkNet.html
77
"""
88

99

quecpython_stubs/dataCall.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Failure to configure or incorrect configuration may result in the module's failu
99
For information on configuring the APN, refer to the dataCall.setPDPContext method.
1010
1111
Descriptions taken from:
12-
https://python.quectel.com/doc/API_reference/en/iotlib/dataCall.html
12+
https://python.quectel.com/doc/quecpython/API_reference/en/iotlib/dataCall.html
1313
"""
1414

1515

0 commit comments

Comments
 (0)