CN107807545B - Debugging method and device for remote control end - Google Patents

Debugging method and device for remote control end Download PDF

Info

Publication number
CN107807545B
CN107807545B CN201610810574.4A CN201610810574A CN107807545B CN 107807545 B CN107807545 B CN 107807545B CN 201610810574 A CN201610810574 A CN 201610810574A CN 107807545 B CN107807545 B CN 107807545B
Authority
CN
China
Prior art keywords
remote control
cloud
equipment
debugging
intelligent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610810574.4A
Other languages
Chinese (zh)
Other versions
CN107807545A (en
Inventor
刘吉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201610810574.4A priority Critical patent/CN107807545B/en
Publication of CN107807545A publication Critical patent/CN107807545A/en
Application granted granted Critical
Publication of CN107807545B publication Critical patent/CN107807545B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/72409User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality by interfacing with external accessories
    • H04M1/72415User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality by interfacing with external accessories for remote control of appliances

Abstract

The invention provides a debugging method and a debugging device of a remote control end, so that an APP developer can develop an intelligent device control page and a device state page of the APP end and joint debugging of related functions and protocols of a cloud end and a device end without waiting for the completion of the production of the intelligent device when the intelligent device is not produced, namely under the condition that the intelligent device is unavailable, the APP development and joint debugging are completely independent of the production of the device, and the development and joint debugging speed of the APP end is improved. The debugging method of the remote control terminal comprises the following steps: when a debugger of the remote control end learns that the corresponding intelligent device does not exist from the cloud end, the debugger requests the cloud end to generate a virtual device of the intelligent device; and enabling the remote control end to interact with the virtual equipment through the cloud end, so as to execute joint debugging of the remote control end.

Description

Debugging method and device for remote control end
Technical Field
The invention relates to the technical field of computers and software thereof, in particular to a debugging method and device of a remote control end.
Background
Along with the development of the internet of things, more and more intelligent devices are rushed into the life of people, in work, most intelligent devices such as intelligent household appliances like washing machines, refrigerators, microwave ovens, air conditioners, electric curtains and the like support remote control of mobile terminals, and smart phones are the first choice for moving the remote control terminals as indispensable tools for the life and work of people. The process of remotely controlling the intelligent equipment on the intelligent mobile phone comprises the following steps: connecting a mobile phone to a network, opening a corresponding APP (application) on the mobile phone, entering a control page of corresponding intelligent equipment, and remotely controlling the intelligent equipment by clicking a corresponding control icon on the page, or opening the APP of the mobile phone and checking the current working state of the intelligent equipment. Fig. 1 and fig. 2 respectively show a flow diagram of an APP remote control smart device and a flow diagram of an APP checking device state of the smart device.
As shown in fig. 1, the process of APP remote control of the smart device generally includes the following steps S11 to S16.
Step S11: the APP sends a control command for the intelligent equipment to the cloud end system through the corresponding equipment control page;
step S12: the cloud system forwards the control command to the intelligent equipment;
step S13: the intelligent equipment processes the control command and determines the control condition to be replied according to the control command;
step S14: the intelligent equipment sends the replied control condition to the cloud system;
step S15: the cloud system transmits the control condition replied by the intelligent equipment back to the equipment control page of the APP;
step S16: and the equipment control page of the APP displays a corresponding page according to the received control condition.
As shown in fig. 2, the flow of the APP checking the device state of the smart device generally includes steps S21 to S24 as follows.
Step S21: the intelligent equipment reports the equipment state to a cloud system;
step S22: the device state page of the APP sends a state query command of the intelligent device to the cloud system;
step S23: the cloud system returns corresponding equipment state information to an equipment state page of the APP according to the state query command;
step S24: and responding the received equipment state information by the equipment state page of the APP and displaying the corresponding state page.
Generally, when developing a smart device which can be remotely controlled by an APP, two parts need to be developed. The first part is the intelligent device, and the second part is the corresponding APP control page and the corresponding intelligent device state display page. At present, when an intelligent device is docked in an intelligent cloud system, the progress of APP developers and device end developers is often found to be inconsistent. Due to the complexity of the intelligent device or the personal skills of the APP developer and the device developer, the APP usually finishes its development before the device, and the joint debugging (joint testing) of the APP page must depend on the production of the device.
When the APP page has completed static development of front-end pages such as the device control page and the state page according to the front-end static design drawing, for these front-end pages, it needs to interact with the server and the device to complete joint debugging of the APP, for example, the APP needs to control the device, or obtain page display conditions such as device state information. If the intelligent equipment is not available at the moment, or the intelligent equipment is not registered in the cloud, the APP end cannot be subjected to joint debugging, so that the development of the APP end is delayed, and the APP end developer can only wait for the development of the equipment end and then can perform the development on the next step.
Therefore, the existing scheme for joint debugging (joint test) of the APP terminal page has the defects of high dependence on equipment production, influence on development of the APP terminal and joint debugging progress and the like.
Disclosure of Invention
In view of the above, the present invention provides a method and an apparatus for debugging a remote control end, so that when an intelligent device is not produced yet, that is, when no intelligent device is available, an APP developer can develop a control page and a device state page of the intelligent device at the APP end and perform joint debugging of related functions and protocols at the cloud end and the device end without waiting for completion of production of the intelligent device, thereby realizing that APP development and joint debugging are completely independent of device production, and increasing the speed of APP development and joint debugging.
To achieve the above object, according to one aspect of the present invention, a debugging method of a remote control is provided.
A debugging method of a remote control, the remote control controlling a smart device via a cloud, the cloud storing a device description of the smart device, the device description including an indication of whether the smart device is actually present, the debugging method comprising: when a debugger of the remote control end learns that the corresponding intelligent device does not exist from the cloud end, the debugger requests the cloud end to generate a virtual device of the intelligent device; and enabling the remote control end to interact with the virtual equipment through the cloud end, so as to execute joint debugging of the remote control end.
Optionally, generating the virtual device of the smart device includes: and the cloud generates a debugging page of the intelligent equipment according to the equipment description of the intelligent equipment, wherein the debugging page is used for enabling a debugger of the remote control end to simulate the operation of the intelligent equipment.
Optionally, the interacting between the remote control end and the virtual device includes: and enabling the remote control end to send a control instruction to the virtual equipment through the cloud end, and enabling the remote control end to inquire the equipment state of the virtual equipment through the cloud end.
Optionally, causing the remote control end to send a control instruction to the virtual device via the cloud end includes: the remote control end sends the control instruction to the cloud end, and the control instruction comprises an equipment identifier of the intelligent equipment; the cloud forwards the control instruction to a corresponding debugging page according to the equipment identifier; the debugging page responds to the control instruction according to artificial simulation, and response result data are returned to the remote control end through the cloud end; and the remote control end displays the response result data.
Optionally, the querying, by the remote control end, the device state of the virtual device through the cloud includes: the remote control end sends a device state query instruction to the cloud end; the cloud acquires preset equipment state information from the debugging page and forwards the equipment state information back to the remote control terminal; and the remote control end displays the equipment state information.
Optionally, the remote control end is a mobile phone APP.
According to another aspect of the invention, a debugging device of a remote control end is provided.
A debugging apparatus of a remote control end, the remote control end controls a smart device via a cloud end, the cloud end stores a device description of the smart device, the device description includes an indication of whether the smart device is actually present, the debugging apparatus includes: the request module is used for requesting the cloud end to generate virtual equipment of the intelligent equipment when a debugger of the remote control end learns from the cloud end that the corresponding intelligent equipment does not exist; and the joint debugging module is used for enabling the remote control end to interact with the virtual equipment through the cloud end so as to execute joint debugging of the remote control end.
Optionally, generating the virtual device of the smart device includes: and the cloud generates a debugging page of the intelligent equipment according to the equipment description of the intelligent equipment, wherein the debugging page is used for enabling a debugger of the remote control end to simulate the operation of the intelligent equipment.
Optionally, the joint debugging module is further configured to: and enabling the remote control end to send a control instruction to the virtual equipment through the cloud end, and enabling the remote control end to inquire the equipment state of the virtual equipment through the cloud end.
Optionally, the joint debugging module is further configured to: the remote control end sends the control instruction to the cloud end, and the control instruction comprises an equipment identifier of the intelligent equipment; the cloud forwards the control instruction to a corresponding debugging page according to the equipment identifier; the debugging page responds to the control instruction according to artificial simulation, and response result data are returned to the remote control end through the cloud end; and the remote control end displays the response result data.
Optionally, the joint debugging module is further configured to: the remote control end sends a device state query instruction to the cloud end; the cloud acquires preset equipment state information from the debugging page and forwards the equipment state information back to the remote control terminal; and the remote control end displays the equipment state information.
Optionally, the remote control end is a mobile phone APP.
According to the technical scheme of the invention, when a debugger of the remote control end knows that the corresponding intelligent device does not exist from the cloud end, the debugger requests the cloud end to generate the virtual device of the intelligent device, so that the remote control end interacts with the virtual device through the cloud end, and joint debugging of the remote control end is executed, wherein the remote control end controls the intelligent device through the cloud end, the cloud end stores device description of the intelligent device, and the device description comprises an indication of whether the intelligent device really exists or not. According to the technical scheme of the invention, when the intelligent equipment is not produced, namely under the condition that no intelligent equipment is available, APP developers can develop the intelligent equipment control page and the equipment state page of the APP end and joint debugging of related functions and protocols of the cloud end and the equipment end without waiting for the production of the intelligent equipment, so that the APP development and joint debugging are completely independent of equipment production, and the APP development and joint debugging speed is increased.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic flow diagram of an APP remote control smart device in the prior art;
FIG. 2 is a flowchart illustrating a prior art APP checking a device state of a smart device;
fig. 3 is a schematic diagram of main steps of a debugging method of a remote control according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of controlling virtual devices by an APP side according to an embodiment of the present invention;
fig. 5 is a schematic flowchart of a process in which a virtual device reports a device state to an APP end according to an embodiment of the present invention;
fig. 6 is a schematic diagram of main blocks of a debugging apparatus of a remote control according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
In the embodiment of the invention, a remote control end (such as a mobile phone APP) controls the intelligent device through a cloud end, and the cloud end stores the device description of the intelligent device. The device description includes various information about the smart device, which is recorded in a cloud (such as an intelligent cloud system) when a smart device developer develops the smart device, and mainly includes information such as control parameters supported by a product corresponding to the smart device, state parameters reported by the device, and a device identifier of the smart device, and also includes information such as an indication of whether the smart device is actually present. Taking an intelligent device as a washing machine as an example, the control parameters may be parameters for controlling the starting, stopping, rinsing time and the like of the washing machine, and the state parameters may be parameters representing the operation state such as the current operation mode, the current water amount and the like of the washing machine.
The cloud end can provide a product parameter page for an intelligent device developer to enter information such as control parameters, state parameters and device identifications in the device description information. In addition, from the security perspective, the cloud end needs to check the control parameters and the state parameters, and if the parameters (the control parameters and the state parameters) of the product corresponding to the smart device are not registered in the cloud end, the parameters are considered as invalid parameters. When the intelligent device is not developed, APP developers can inquire the control parameters and the state parameters, corresponding to the intelligent device, of the registered effective state from the product parameter page of the cloud.
The front page of the remote control end comprises: the device state display page is used for displaying the device state information of the intelligent devices inquired by the remote control end.
Fig. 3 is a schematic diagram illustrating main steps of a debugging method of a remote control according to an embodiment of the present invention.
As shown in fig. 3, the debugging method of the remote control end according to the embodiment of the present invention mainly includes the following steps S31 to S32.
Step S31: when a debugger of the remote control end learns that the corresponding intelligent device does not exist from the cloud end, the debugger requests the cloud end to generate the virtual device of the intelligent device.
Before executing debugging, a debugger of the remote control end knows whether the intelligent equipment required for debugging exists from the cloud end in advance, the remote control end can obtain an indication of whether the intelligent equipment really exists from a preset page, and the indication can be added into a debugging request and sent to the cloud end, so that the cloud end can generate virtual equipment of the intelligent equipment. The preset page can be a two-dimensional code scanning page of a cloud, a debugger can log in a preset account of the remote control terminal, the two-dimensional code of the intelligent equipment required by debugging is scanned from the scanning page by using the two-dimensional code scanning function, and then the equipment identification of the intelligent equipment and indication information indicating whether the intelligent equipment really exists are obtained through analysis.
The information indicative of whether the smart device is actually present may be a string, and the string may be generated by cloud encryption and decrypted by the cloud. The cloud can identify whether the smart device is in fact present by decrypting the string.
The method comprises the following steps of requesting the cloud end to generate virtual equipment of the intelligent equipment, wherein the main process comprises the following steps: and sending a debugging request to the cloud, wherein the debugging request comprises an indication of whether the intelligent equipment really exists, and after the cloud receives the debugging request, identifying that the intelligent equipment does not exist from the indication carried by the debugging request, and then generating the virtual equipment of the intelligent equipment by the cloud.
And the cloud generates the virtual equipment of the intelligent equipment, and the virtual equipment comprises a debugging page of the intelligent equipment generated by the cloud according to the equipment description of the intelligent equipment. The debugging page is mainly used for enabling a debugger of the remote control end to simulate the operation of the intelligent device, for example, the debugging page can be used for simulating the reply of the real intelligent device when the real intelligent device receives the control instruction, and simulating the reporting of the device state of the real intelligent device. The debugger of the remote control end can also perform binding of the virtual equipment and debugging of the virtual equipment through the debugging page, wherein the binding of the virtual equipment needs to generate an information record of the intelligent equipment, the information record is associated with the debugging page of the intelligent equipment, then the information record is bound with the login account number of the remote control end, and accordingly, a user (the debugger) of the remote control end can check the bound virtual equipment through the equipment list page of the remote control end.
Step S32: and enabling the remote control end to interact with the virtual equipment through the cloud end, so as to execute joint debugging of the remote control end.
The interaction between the remote control end and the virtual device may specifically include: and enabling the remote control end to send a control instruction to the virtual equipment through the cloud end, and enabling the remote control end to inquire the equipment state of the virtual equipment through the cloud end.
Wherein, make remote control end send control command to virtual equipment through the high in the clouds, specifically can include: the remote control end sends a control instruction to the cloud end, wherein the control instruction comprises an equipment identifier of the intelligent equipment; the cloud forwards the control instruction to a corresponding debugging page according to the equipment identifier; the debugging page responds to the control instruction according to artificial simulation and returns response result data to the remote control end through the cloud end; and the remote control end displays the response result data.
Making the remote control end query the device state of the virtual device through the cloud, specifically may include: the remote control end sends a device state query instruction to the cloud end; the cloud acquires preset equipment state information from the debugging page and forwards the equipment state information back to the remote control terminal; and the remote control end displays the equipment state information.
Taking the remote control end as the APP end as an example, the debugging method of the remote control end according to the embodiment of the present invention is further described in detail with reference to fig. 4 and 5. Fig. 4 and 5 respectively reflect the interaction process of the remote control end (APP end) with the virtual device through the cloud end from two aspects of controlling the virtual device by the APP end and reporting the device state to the APP end by the virtual device, and the joint debugging of the remote control end (APP end) is executed through the interaction process. Moreover, the APP end may specifically be an APP (application program) of the smartphone.
As shown in fig. 4, the process of controlling virtual devices by the APP end of the embodiment of the present invention mainly includes the following steps S41 to S46.
Step S41: and the APP terminal sends a control instruction for controlling the equipment to the cloud terminal.
Step S42: the cloud judges whether the equipment controlled by the APP side is virtual equipment.
Step S43: and if the equipment controlled by the APP side is virtual equipment, the cloud side forwards the control instruction to the corresponding debugging page.
Step S44: the debugging page responds to the control instruction according to artificial simulation and uploads response result data to the cloud.
The response result data corresponding to the control instruction can be manually set by a debugger on the debugging page, and after the debugging page receives the control instruction, the response result data corresponding to the control instruction is uploaded to the cloud according to the contents of manual setting.
The response result data includes information such as control execution situation of the device, for example, control success, control failure, and the like.
Step S45: and the cloud forwards the response result data uploaded by the debugging page to the APP terminal.
Step S46: and the APP terminal receives the response result data and displays the response result data.
The response result data can be displayed on the device control page of the APP terminal.
Fig. 5 is a flowchart of reporting the device status to the APP side by the virtual device according to the embodiment of the present invention, which mainly includes the following steps S51 to S54. Wherein the content of the first and second substances,
step S51: and the debugging page reports the equipment state to the cloud.
The information of the device status includes information of a status change of the device, online or offline of the device, and the like, and in the case of a washing machine, the information of the device status includes status information such as a current water amount during operation, a current operation mode, and the like.
Step S52: and the APP terminal sends a device state query instruction to the cloud terminal.
Step S53: and the cloud returns the equipment state corresponding to the equipment state query instruction to the APP terminal.
The information of the equipment state corresponding to the equipment state query instruction can be manually set by a debugger on a debugging page, and after the debugging page receives the equipment state query instruction, the information of the equipment state corresponding to the equipment state query instruction is returned to the APP terminal according to the manually set content.
Step S54: and the APP terminal displays the state information of the equipment.
The information of the device state can be displayed on a device state display page of the APP terminal.
Through the above-mentioned flows in fig. 4 and fig. 5, under the condition that does not possess real smart device, the debugger of APP end can also test whether the interaction condition of APP end and smart device satisfies the demand, and whether the interaction result of APP end and smart device is normal can be tested by checking the content displayed in the device control page and the device state display page of APP end, thereby completing the debugging of APP end page.
Fig. 6 is a schematic diagram of main blocks of a debugging apparatus of a remote control according to an embodiment of the present invention.
The remote control end controls the intelligent equipment through the cloud end, the cloud end stores equipment description of the intelligent equipment, and the equipment description comprises an indication of whether the intelligent equipment really exists or not. As shown in fig. 6, the debugging apparatus 60 of the remote control end according to the embodiment of the present invention mainly includes: a request module 61 and a joint debugging module 62. The request module 61 is configured to request the cloud end to generate a virtual device of the intelligent device when a debugger of the remote control end learns from the cloud end that the corresponding intelligent device does not exist; the joint debugging module 62 is configured to enable the remote control end to interact with the virtual device through the cloud end, so as to perform joint debugging of the remote control end.
The generating of the virtual device of the smart device may specifically include: the cloud generates a debugging page of the intelligent device according to the device description of the intelligent device, and the debugging page is used for enabling a debugger of the remote control end to simulate the operation of the intelligent device.
The joint debugging module 62 may also be used to: and enabling the remote control end to send a control instruction to the virtual equipment through the cloud end, and enabling the remote control end to inquire the equipment state of the virtual equipment through the cloud end.
The joint debugging module 62 may also be used to: the remote control end sends a control instruction to the cloud end, wherein the control instruction comprises an equipment identifier of the intelligent equipment; the cloud forwards the control instruction to a corresponding debugging page according to the equipment identifier; the debugging page responds to the control instruction according to artificial simulation and returns response result data to the remote control end through the cloud end; and the remote control end displays the response result data.
The joint debugging module can also be used for: the remote control end sends a device state query instruction to the cloud end; the cloud acquires preset equipment state information from the debugging page and forwards the equipment state information back to the remote control terminal; and the remote control end displays the equipment state information.
The remote control end is a mobile phone APP for example.
It should be understood by those skilled in the art that the intelligent device mentioned in the above embodiments of the present invention may also be replaced by another third-party system controlled by the remote control end, and the debugger may enable the remote control end to interact with the virtual device of the third-party system through the cloud end, so as to perform joint debugging of the remote control end. The virtual device of the third party system may simulate the operation of the third party system.
According to the technical scheme of the embodiment of the invention, when a debugger of the remote control end learns that the corresponding intelligent device does not exist from the cloud end, the debugger requests the cloud end to generate the virtual device of the intelligent device, so that the remote control end interacts with the virtual device through the cloud end, and joint debugging of the remote control end is executed, wherein the remote control end controls the intelligent device through the cloud end, the cloud end stores device description of the intelligent device, and the device description comprises an indication of whether the intelligent device really exists or not. According to the technical scheme of the embodiment of the invention, when the intelligent equipment is not produced, namely under the condition that no intelligent equipment is available, an APP developer can develop the intelligent equipment control page and the equipment state page of the APP end and joint debugging of related functions and protocols of the cloud end and the equipment end without waiting for the production completion of the intelligent equipment, so that the APP development and joint debugging are completely independent of equipment production, and the APP development and joint debugging speed is increased.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (8)

1. A debugging method of a remote control end, the remote control end controls an intelligent device through a cloud end, the cloud end stores a device description of the intelligent device, the device description comprises an indication whether the intelligent device really exists or not, the debugging method comprises the following steps:
when a debugger of the remote control end learns that the corresponding intelligent device does not exist from the cloud end, the debugger requests the cloud end to generate a virtual device of the intelligent device;
causing the remote control to interact with the virtual device via the cloud, thereby performing joint debugging of the remote control, wherein the remote control interacts with the virtual device via the cloud, comprising: the remote control end sends a control instruction to the cloud end, wherein the control instruction comprises an equipment identifier of the intelligent equipment; the cloud forwards the control instruction to a corresponding debugging page according to the equipment identifier; the debugging page responds to the control instruction according to artificial simulation, and response result data are returned to the remote control end through the cloud end; and the remote control end displays the response result data.
2. The method of claim 1, wherein generating the virtual device of the smart device comprises:
and the cloud generates a debugging page of the intelligent equipment according to the equipment description of the intelligent equipment, wherein the debugging page is used for enabling a debugger of the remote control end to simulate the operation of the intelligent equipment.
3. The method of claim 1, wherein the remote control interacts with the virtual device via the cloud, further comprising:
the remote control end sends a device state query instruction to the cloud end;
the cloud acquires preset equipment state information from the debugging page and forwards the equipment state information back to the remote control terminal;
and the remote control end displays the equipment state information.
4. The method according to claim 1, characterized in that the remote control terminal is a cell phone APP.
5. A debugging device of a remote control end, the remote control end controls a smart device through a cloud end, the cloud end stores a device description of the smart device, the device description includes an indication whether the smart device really exists, the debugging device is characterized by comprising:
the request module is used for requesting the cloud end to generate virtual equipment of the intelligent equipment when a debugger of the remote control end learns from the cloud end that the corresponding intelligent equipment does not exist;
a joint debugging module, configured to enable the remote control end to interact with the virtual device via the cloud end, so as to perform joint debugging of the remote control end, where the remote control end interacts with the virtual device via the cloud end, including: the remote control end sends a control instruction to the cloud end, wherein the control instruction comprises an equipment identifier of the intelligent equipment; the cloud forwards the control instruction to a corresponding debugging page according to the equipment identifier; the debugging page responds to the control instruction according to artificial simulation, and response result data are returned to the remote control end through the cloud end; and the remote control end displays the response result data.
6. The apparatus of claim 5, wherein generating the virtual device of the smart device comprises:
and the cloud generates a debugging page of the intelligent equipment according to the equipment description of the intelligent equipment, wherein the debugging page is used for enabling a debugger of the remote control end to simulate the operation of the intelligent equipment.
7. The apparatus of claim 5, wherein the joint debugging module is further configured to enable the remote control end to interact with the virtual device via the cloud end as follows:
the remote control end sends a device state query instruction to the cloud end;
the cloud acquires preset equipment state information from the debugging page and forwards the equipment state information back to the remote control terminal;
and the remote control end displays the equipment state information.
8. The apparatus of claim 5, wherein the remote control is a cell phone APP.
CN201610810574.4A 2016-09-08 2016-09-08 Debugging method and device for remote control end Active CN107807545B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610810574.4A CN107807545B (en) 2016-09-08 2016-09-08 Debugging method and device for remote control end

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610810574.4A CN107807545B (en) 2016-09-08 2016-09-08 Debugging method and device for remote control end

Publications (2)

Publication Number Publication Date
CN107807545A CN107807545A (en) 2018-03-16
CN107807545B true CN107807545B (en) 2021-03-30

Family

ID=61576153

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610810574.4A Active CN107807545B (en) 2016-09-08 2016-09-08 Debugging method and device for remote control end

Country Status (1)

Country Link
CN (1) CN107807545B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112948248A (en) * 2018-09-17 2021-06-11 华为技术有限公司 Method and device for debugging software in cloud computing service
CN109871325B (en) * 2019-01-31 2022-11-04 广州视声智能股份有限公司 KNX remote debugging method and system
CN111865708B (en) * 2019-12-30 2022-05-27 北京嘀嘀无限科技发展有限公司 Performance test method, platform, equipment and storage medium of Internet of things system
CN113434422B (en) * 2021-06-30 2024-01-23 青岛海尔科技有限公司 Virtual device debugging method and device and virtual device debugging system
CN113742156A (en) * 2021-08-23 2021-12-03 珠海格力电器股份有限公司 Joint debugging method and device, electronic equipment and storage medium
CN116068982A (en) * 2021-11-01 2023-05-05 上海美控智慧建筑有限公司 Remote debugging method and device thereof
CN114518718A (en) * 2022-02-09 2022-05-20 深圳Tcl新技术有限公司 Device control method, device, storage medium and electronic device
CN115097941B (en) * 2022-07-13 2023-10-10 北京百度网讯科技有限公司 Character interaction detection method, device, equipment and storage medium

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101094118B (en) * 2007-07-12 2010-11-24 中国工商银行股份有限公司 Test system for peripheral equipment of terminal
US20130227572A1 (en) * 2011-08-01 2013-08-29 Nec Corporation Test device, a system, a program and a method
US10223246B2 (en) * 2012-07-30 2019-03-05 Infosys Limited System and method for functional test case generation of end-to-end business process models
CN103713934A (en) * 2012-09-29 2014-04-09 京信通信系统(中国)有限公司 Method and system for application program visiting physical peripheral
CN202795345U (en) * 2012-10-08 2013-03-13 北京云测信息技术有限公司 Application software test system
KR101522307B1 (en) * 2013-08-14 2015-05-21 어니컴 주식회사 System and method for testing application
IN2013CH06052A (en) * 2013-12-23 2015-06-26 Cognizant Technology Solutions India Pvt Ltd
CN104978263B (en) * 2014-04-09 2019-01-29 腾讯科技(深圳)有限公司 A kind of mobile terminal applied program testing method and system
CN104679659A (en) * 2015-03-24 2015-06-03 小米科技有限责任公司 Testing method and testing device of application program as well as electronic equipment

Also Published As

Publication number Publication date
CN107807545A (en) 2018-03-16

Similar Documents

Publication Publication Date Title
CN107807545B (en) Debugging method and device for remote control end
CN108804302B (en) Remote testing method, system and related equipment
CN104765678B (en) The method and device tested the application on mobile terminal device
KR20190056935A (en) Mobile terminal providing augmented reality based maintenance guidance, remote managing apparatus and method for remote guidance using the same
CN107688529B (en) Component debugging method and device
CN102419732A (en) Android-platform-based automated testing method and testing tool
CN109324975B (en) Continuous integration method based on mobile cloud measurement platform
CN110781089B (en) Method and device for automatically testing UI of equipment, electronic equipment and medium
CN104199780A (en) Method and system testing POS application program
CN104281106A (en) Remote control method and system for air conditioner
CN105204991A (en) Internet of things test method and device
CN105074683A (en) Remotely testing electronic devices using messaging and presence protocol
CN104021081A (en) Debugging method and device for browser
CN113608812A (en) Remote control method, device, system and storage medium
Kamaludeen et al. Guideline-based approach for IoT home application development
CN105487978A (en) Method and system for automatically testing application software based on UFT
CN112911283B (en) Smart television testing method and device
CN110399723A (en) Leak detection method and device, storage medium and electronic device
CN113240301A (en) Production work reporting system, production work reporting method, electronic device and readable storage medium
CN104301419A (en) Non-local-machine remote download control system and method
CN109426578A (en) The method and apparatus for handling client failure
CN109634856B (en) IOS intelligent terminal remote real machine debugging system and method based on cloud service
CN107193728A (en) Mobile terminal automation testing method and device
CN112866312A (en) Script generation method, remote operation method and related equipment
KR100706747B1 (en) Method and system for remote controlling the mobile terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant