[go: up one dir, main page]

CN103984246B - Home appliance and the control method thereof of script can be performed - Google Patents

Home appliance and the control method thereof of script can be performed Download PDF

Info

Publication number
CN103984246B
CN103984246B CN201410147698.XA CN201410147698A CN103984246B CN 103984246 B CN103984246 B CN 103984246B CN 201410147698 A CN201410147698 A CN 201410147698A CN 103984246 B CN103984246 B CN 103984246B
Authority
CN
China
Prior art keywords
script
memory
script operation
operation instruction
character string
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
CN201410147698.XA
Other languages
Chinese (zh)
Other versions
CN103984246A (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.)
Midea Group Co Ltd
Guangdong Midea Consumer Electric Manufacturing Co Ltd
Original Assignee
Midea Group Co Ltd
Guangdong Midea Consumer Electric Manufacturing 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 Midea Group Co Ltd, Guangdong Midea Consumer Electric Manufacturing Co Ltd filed Critical Midea Group Co Ltd
Priority to CN201410147698.XA priority Critical patent/CN103984246B/en
Publication of CN103984246A publication Critical patent/CN103984246A/en
Application granted granted Critical
Publication of CN103984246B publication Critical patent/CN103984246B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Selective Calling Equipment (AREA)

Abstract

The invention discloses a kind of home appliance performing script, the control method of the described home appliance performing script includes: obtain script operation instruction, map to first memory after described script operation instruction being resolved, and in described first memory, call corresponding driver;Home appliance is driven to perform the operation with described script operation instructions match according to described driver.The invention also discloses the control method of a kind of home appliance performing script.Present invention achieves and utilize script operation instruction to control the purpose that home appliance runs, improve the New function development efficiency of home appliance, shorten the construction cycle, opened user individual customizing functions function, and the New function autgmentability of home appliance and ductility good.

Description

Household appliance capable of executing script and control method thereof
Technical Field
The invention relates to the field of household appliances, in particular to a household appliance capable of executing scripts and a control method thereof.
Background
In a conventional method for controlling a home appliance, a control code is usually written in C language or assembly language, and then a program compiled in C language or assembly language is executed to control the home appliance, but due to the complexity of the assembly language and C language and the diversity of control chips, the following disadvantages exist in the control method: firstly, the input program code has many characters, complex grammar structure and complex development, which results in long development period of new functions of the household appliance; secondly, the product has poor function expansibility, the function program code and the core control program code are solidified in the firmware of the household appliance, and the function expansion is difficult to perform if the codes are moved; thirdly, the compiling of the control code needs to be supported by the development end computer environment, and if the control code is not supported by the development end computer environment, the problems that the compiling cannot be passed and the like occur; fourth, program firmware is difficult to upgrade and prone to errors.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide household electrical appliance equipment with an executable script with the same inventive concept and a control method thereof, aims to associate a script operation instruction with a corresponding drive circuit and realize the purpose of controlling the household electrical appliance equipment to operate by using the script operation instruction, improves the development efficiency of new functions of the household electrical appliance equipment, shortens the development period, opens the personalized function customization function of a user, and has good expansibility and extensibility of the new functions of the household electrical appliance equipment.
In order to achieve the above object, the method for controlling a home appliance capable of executing a script according to the present invention includes:
acquiring a script operation instruction, mapping the script operation instruction to a first memory after analyzing the script operation instruction, and calling a corresponding driving program in the first memory;
and driving the household appliance equipment to execute the operation matched with the script operation instruction according to the driving program.
Preferably, the mapping the parsed script operation instruction to a first memory, and calling a corresponding driver in the first memory includes:
reading the character string of the script operation instruction, and judging whether the read character string is a control instruction:
if the character string is a control instruction, calling a driving program corresponding to the control instruction in the first memory;
and if the character string is a logic instruction, after the jump direction and the jump position included in the logic instruction are determined, moving to the jump position to continue reading the character string of the script operation instruction.
Preferably, before the calling the driver corresponding to the control instruction in the first memory, the method further includes: analyzing a control parameter corresponding to the control instruction;
the calling of the driver corresponding to the control instruction in the first memory specifically includes: and calling a driver corresponding to the control instruction in the first memory according to the control parameter.
Preferably, the reading the character string of the script operation instruction includes:
reading a fixed-length character string, and finishing reading the fixed-length character string after reading a character with a preset length;
or
And reading the character string with the indefinite length, and finishing reading the character string with the indefinite length when the length mark is read.
Preferably, the reading of the character string of the script operation instruction specifically includes: judging whether all character strings of the script operation instruction are read completely:
if the reading is finished, calling a preset driving program;
and if not, reading the character string of the script operation instruction.
Preferably, the step of judging that all the character strings of the script operation instruction have been read is specifically:
and when an end mark preset in the script operation instruction is read, judging that all character strings of the script operation instruction are completely read.
Preferably, the invoking the corresponding driver in the first memory is specifically:
and calling a corresponding driver in the first memory through a corresponding API (application programming interface).
Preferably, the obtaining script operation instruction is specifically:
and receiving a script operation instruction transmitted by the second memory or receiving a script operation instruction sent by the network terminal.
The present invention further provides a home appliance capable of executing a script, comprising:
the driving circuit is used for driving the household appliance to execute different operations according to different driving programs;
the first memory is connected with the driving circuit and used for storing the driving program;
the script parser is used for acquiring and parsing the script operation instruction and then outputting the script operation instruction;
and the calling circuit is connected with the driving circuit, the script parser and the first memory and is used for calling a driving program corresponding to the script operation instruction in the first memory to call the driving circuit after receiving the script operation instruction parsed by the script parser so as to enable the household appliance to execute the operation.
Preferably, the script parser further comprises a network connection device or/and a second memory, wherein the network connection device is connected to the script parser and is used for transmitting the script parsing instruction of the network end to the script parser; the second memory is connected with the script parser and used for storing the script operation instruction.
The script-executable household appliance analyzes the script operation instruction through the script analyzer and then maps the script operation instruction to the first memory, and a driving program corresponding to the script operation instruction is called in the first memory to transfer the driving circuit, so that the household appliance executes the operation; the invention associates the script operation instruction with the corresponding drive circuit, realizes the purpose of controlling the running of the household appliance by using the script operation instruction, improves the development efficiency of new functions of the household appliance, shortens the development period, opens the customized function of the personalized function of the user, and has good expansibility and ductility of the new functions of the household appliance.
Drawings
Fig. 1 is a schematic structural diagram of a first embodiment of a script-executable home appliance according to the present invention;
FIG. 2 is a schematic structural diagram of a second embodiment of a script-executable electronic device according to the present invention;
FIG. 3 is a schematic structural diagram of a household appliance capable of executing scripts according to a third embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a household appliance capable of executing scripts according to a fourth embodiment of the present invention;
FIG. 5 is a schematic structural diagram of a fifth embodiment of a script-executable electronic device according to the present invention;
fig. 6 is a schematic structural diagram of a sixth embodiment of a household appliance capable of executing scripts according to the present invention;
fig. 7 is a schematic flow chart illustrating a first embodiment of a method for controlling a home appliance capable of executing scripts according to the present invention;
fig. 8 is a schematic flow chart illustrating a second embodiment of a method for controlling a home appliance capable of executing scripts according to the present invention;
fig. 9 is a schematic flow chart diagram illustrating a method for controlling a home appliance capable of executing scripts according to a third embodiment of the present invention;
fig. 10 is a flowchart illustrating a fourth embodiment of a method for controlling a home appliance capable of executing scripts according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
The technical scheme of the invention is further explained by combining the drawings and the specific embodiments in the specification. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a household appliance capable of executing scripts.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a first embodiment of a household appliance capable of executing scripts according to the present invention; in the first embodiment, the script-executable home device includes:
a driving circuit 10 for driving the home appliance to perform different operations according to different driving programs;
a first memory 20 connected to the driving circuit 10 for storing the driving program;
the script parser 30 is used for acquiring and parsing a script operation instruction and then outputting the script operation instruction;
and a calling circuit 40, connected to the driving circuit 10, the script parser 30 and the first memory 20, for calling a driving program corresponding to the script operation instruction in the first memory 20 to call the driving circuit 10 after receiving the script operation instruction parsed by the script parser 30, so that the home appliance performs an operation.
The household appliance capable of executing the script in this embodiment parses the script operation instruction through the script parser 30, then maps the script operation instruction to the first memory 20, and invokes the driving circuit 10 in the first memory 20 by using the invoking circuit 40 to invoke a driving program corresponding to the script operation instruction, so that the household appliance executes the operation; the script operation instruction is associated with the corresponding drive circuit 10, the purpose of controlling the running of the household appliance by using the script operation instruction is realized, the development efficiency of the new functions of the household appliance is improved, the development period is shortened, the personalized function customization function of the user is opened, and the expansibility and the ductility of the new functions of the household appliance are good. In the invention, the household appliances can be electric cookers, fans, water dispensers, air conditioners, televisions and the like.
Further, referring to fig. 2, fig. 2 is a schematic structural diagram of a second embodiment of a household appliance capable of executing scripts according to the present invention; in the second embodiment, the script-executable home appliance further includes a second memory 50, where the second memory 50 is connected to the script parser 30 and is used to store the script operation instruction. That is, the script operation command obtained by the script parser 30 is stored in the second memory 50 of the home appliance, and when the script operation command needs to be issued, the script operation command can be directly called from the second memory 50. Similarly, fig. 3 is a schematic structural diagram of a household appliance capable of executing scripts according to a third embodiment of the present invention; in the third embodiment, the first memory 20 is connected to the script parser 30, and the first memory 20 is further configured to store the script operation instructions; that is, the first memory 20 in the third embodiment also takes on the functions of the second memory 50 in the second embodiment, the script operation command obtained by the script parser 30 is stored in the first memory 20 of the home appliance itself, and when the script operation command needs to be issued, the script operation command can be directly called from the first memory 20.
Further, fig. 4 is a schematic structural diagram of a household electrical appliance capable of executing scripts according to a fourth embodiment of the present invention; in the fourth embodiment, the script-executable home appliance further includes a network connection device 60, where the network connection device 60 is connected to the script parser 30 and is configured to transmit the script parsing instruction of the network end to the script parser 30; that is, the network end outputs the script operation command to the script parser 30 through the network connection device 60, and when the script operation command needs to be issued, the home appliance device only needs to be networked, and the script operation command can be issued from the network end, for example, a mobile phone, a tablet computer, and the like. The network connection device 60 is a USB interface or a wireless receiving device; that is, the network may issue a script operation instruction to the script parser 30 in a wired or wireless manner.
As shown in fig. 5, fig. 5 is a schematic structural diagram of a fifth embodiment of a household appliance capable of executing scripts according to the present invention; the household appliance capable of executing the script further comprises a network connection device 60 and a second memory 50, wherein the network connection device 60 is connected to the script parser 30 and is used for transmitting the script parsing instruction of the network end to the script parser 30; the second memory 50 is connected to the script parser 30, and is used for storing the script operation instructions. As can be seen from the above description, the network connection device 60 and the second memory 50 may be provided in the household appliance capable of executing the script, and the network connection device 60 or the second memory 50 may be used to issue the script operation command according to the situation. Similarly, as shown in fig. 6, fig. 6 is a schematic structural diagram of a sixth embodiment of the household appliance capable of executing scripts according to the present invention, where the household appliance capable of executing scripts further includes a network connection device 60, and the network connection device 60 is connected to the script parser 30 and is configured to transmit the script parsing instruction of the network end to the script parser 30; as described above, the first memory 20 is connected to the script parser 30, and in the sixth embodiment, the first memory 20 also functions as the second memory 50 in the second embodiment and is further configured to store the script operation command. That is, the household appliance capable of executing the script may select a mode of issuing a script operation instruction by using the network connection device 60 or the first memory 20 according to circumstances.
The invention further provides a control method of the household appliance capable of executing the script.
Referring to fig. 7, fig. 7 is a schematic flow structure diagram of a method for controlling a home appliance capable of executing scripts according to a first embodiment of the present invention; in the first embodiment, the method for controlling a home appliance device using an executable script includes:
step S10, after obtaining the script operation instruction, entering step S20, mapping the script operation instruction to the first memory 20 after analyzing the script operation instruction, and calling a corresponding driving program in the first memory 20;
and step S30, driving the household appliance to execute the operation matched with the script operation instruction according to the driver.
In this embodiment, the script parser 30 parses the script operation instruction and then maps the script operation instruction to the first memory 20, and calls a driver corresponding to the script operation instruction in the first memory 20 to invoke the driving circuit 10, so that the home appliance performs an operation; the script operation instruction is associated with the corresponding driving circuit 10, so that the purpose of controlling the operation of the household appliance by using the script operation instruction is achieved. Preferably, the acquiring of the script operation instruction in step S10 specifically includes: receiving a script operation instruction transmitted by the second memory 50 or receiving a script operation instruction sent by a network, that is, the script operation instruction may be stored in the second memory 50 or received from the network through the network connection device 60; in the present invention, the script operation command may also be stored in the first memory 20, and the first memory 20 is connected to the script parser 30, so that the first memory 20 may replace the second memory 50. Preferably, the step S20 of calling the corresponding driver in the first memory 20 specifically includes: through a corresponding API (Application Programming Interface), a corresponding driver is called in the first memory 20, that is, each driver corresponds to a corresponding API, and the calling circuit 40 calls the driver through the corresponding API.
Referring to fig. 8, fig. 8 is a schematic flow structure diagram of a method for controlling a home appliance capable of executing scripts according to a second embodiment of the present invention; in this second embodiment, mapping the parsed script operation command to the first memory 20 in step S20, and invoking the corresponding driver in the first memory 20 includes:
step S201, reading a character string of the script operation command, wherein the script operation character string may be a control command (for example, a command to instruct an electric cooker to heat or stop heating) or a logic command (for example, a command to instruct the electric cooker to stop heating for 5 minutes after heating for 20 minutes), and therefore, different character strings need to be distinguished, and the process proceeds to step S202, and determines whether the read character string is a control command:
if the character string is a control instruction, that is, the home appliance needs to be driven to perform a corresponding operation at this time, so step S203 is entered, and a driver corresponding to the control instruction is called in the first memory 20; then, the process proceeds to step S30, where the home appliance device is driven to execute an operation matching the script operation command according to the driver. For example, after receiving a command for heating the electric cooker, a heating driver of the electric cooker is called to drive a heating circuit of the electric cooker to heat.
If the character string is a logic instruction, because each control instruction may only have one corresponding character string in a script control instruction, if a certain control instruction needs to be executed logically and repeatedly, the character string needs to be read repeatedly, at this time, logic control needs to be performed, that is, when a certain control instruction needs to be executed again, it needs to judge at which position the character string corresponding to the control instruction is located in the script operation instruction, and then directly jump to the position to read, so step S204 is performed, and after the jump direction and the jump position included in the logic instruction are determined, the character string corresponding to the script operation instruction is moved to the jump position along with the character string, and step S201 is performed to read the character string of the script operation instruction continuously. For example, after receiving an instruction instructing the electric rice cooker to stop heating for 5 minutes after heating for 20 minutes, the logic instruction is how to jump the position of the read character string corresponding to the current heating control instruction to the position of the read character string corresponding to the heating stop control instruction after heating for 20 minutes, and at this time, the jump direction is determined and the read character string is directly moved to the position of the read character string corresponding to the heating stop control instruction for reading.
Referring to fig. 9, fig. 9 is a schematic flow structure diagram of a method for controlling a home appliance capable of executing scripts according to a third embodiment of the present invention; before the step S203 calls the driver corresponding to the control instruction in the first memory 20, the method further includes: step S205, analyzing the control parameter corresponding to the control instruction; that is, the control instruction is correspondingly accompanied with corresponding control parameters, for example, the heating instruction of the electric cooker comprises heating power, heating duration and the like; at this time, the control parameters need to be analyzed.
The step S203 of calling the driver corresponding to the control instruction in the first memory 20 specifically includes: and calling a driver corresponding to the control instruction according to the control parameter in the first memory 20, and when the control parameter corresponding to the control instruction is analyzed, calling the driver according to the control parameter and driving the household appliance to execute a related action by using the corresponding driving circuit 10.
Further, the reading the character string of the script operation instruction in step S201 includes: reading a fixed-length character string, and finishing reading the fixed-length character string after reading a character with a preset length; or reading an indefinite length character string, and finishing reading the indefinite length character string when the length mark is read. In the invention, the character string of the script operation instruction comprises a fixed-length character string and an indefinite-length character string, when the character string of the script operation instruction is the fixed-length character string, the length of the character string read each time can be preset, in the embodiment, the length can be set to be 3 bytes, so that the character string is considered to be read after 3 bytes are read; however, in the present invention, it is not limited to 3 bytes, and it may be set to 4, 5 or other number of bytes as required; when the character string of the script operation instruction is an indefinite-length character string, adding a length mark behind each character string needing to be switched, and when the length mark is read, considering that the reading of the character string is finished.
Referring to fig. 10, fig. 10 is a schematic flow structure diagram of a method for controlling a household appliance capable of executing scripts according to a fourth embodiment of the present invention; in this fourth embodiment, the reading of the character string of the script operation instruction in step S201 specifically includes: step S206, judging whether all the character strings of the script operation instruction are read completely: if the reading is finished, the operation corresponding to the script operation instruction is executed completely, so the process goes to step S207, and after the preset driving program is called, the process goes to step S30, that is, in the present invention, after each script operation instruction is finished, corresponding actions are preset, for example, after the electric cooker is heated, the electric cooker goes to a standby state, and at this time, the standby program is called to drive the standby circuit to make the electric cooker go to the standby state; if the reading is not completed, it means that the following operations are still required, so the process proceeds to step S201 to continue reading the character string of the script operation command.
Further, the step S206 of determining that all the character strings of the script operation instruction have been read includes: when an end mark preset in the script operation instruction is read, it is determined that all character strings of the script operation instruction are completely read, that is, in this embodiment, an end mark is set in each script operation instruction, and when the end mark is read, the script operation instruction is considered to be completely read.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments. Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a home appliance, a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only for the preferred embodiment of the present invention and is not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes that can be directly or indirectly applied to other related technical fields using the contents of the present specification and the accompanying drawings are included in the scope of the present invention.

Claims (7)

1. A method for controlling a home appliance capable of executing scripts, the method comprising:
acquiring a script operation instruction, mapping the script operation instruction to a first memory after analyzing the script operation instruction, and calling a corresponding driving program in the first memory;
driving the household appliance equipment to execute the operation matched with the script operation instruction according to the driving program; wherein,
the obtaining of the script operation instruction specifically comprises:
and receiving a script operation instruction transmitted by the second memory or receiving a script operation instruction sent by the network terminal.
2. The method for controlling a home appliance capable of executing a script according to claim 1, wherein the parsing the script operation command and mapping the parsed script operation command to a first memory, and calling a corresponding driver in the first memory comprises:
reading the character string of the script operation instruction, and judging whether the read character string is a control instruction:
if the character string is a control instruction, calling a driving program corresponding to the control instruction in the first memory;
and if the character string is a logic instruction, after the jump direction and the jump position included in the logic instruction are determined, moving to the jump position to continue reading the character string of the script operation instruction.
3. The method for controlling a home appliance according to claim 2, wherein the invoking of the driver corresponding to the control command in the first memory further comprises: analyzing a control parameter corresponding to the control instruction;
the calling of the driver corresponding to the control instruction in the first memory specifically includes: and calling a driver corresponding to the control instruction in the first memory according to the control parameter.
4. The method for controlling a home appliance capable of executing a script according to claim 2, wherein the reading of the character string of the script operation command comprises:
reading a fixed-length character string, and finishing reading the fixed-length character string after reading a character with a preset length;
or
And reading the character string with the indefinite length, and finishing reading the character string with the indefinite length when the length mark is read.
5. The method for controlling a home appliance capable of executing a script according to claim 2, wherein the reading of the character string of the script operation command specifically comprises: judging whether all character strings of the script operation instruction are read completely:
if the reading is finished, calling a preset driving program;
and if not, reading the character string of the script operation instruction.
6. The method for controlling a home appliance capable of executing a script according to claim 5, wherein the step of determining that all strings of the script operation command have been read is specifically:
and when an end mark preset in the script operation instruction is read, judging that all character strings of the script operation instruction are completely read.
7. The method according to any one of claims 1 to 6, wherein the invoking of the corresponding driver in the first memory is specifically:
and calling a corresponding driver in the first memory through a corresponding API (application programming interface).
CN201410147698.XA 2014-04-14 2014-04-14 Home appliance and the control method thereof of script can be performed Active CN103984246B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410147698.XA CN103984246B (en) 2014-04-14 2014-04-14 Home appliance and the control method thereof of script can be performed

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410147698.XA CN103984246B (en) 2014-04-14 2014-04-14 Home appliance and the control method thereof of script can be performed

Publications (2)

Publication Number Publication Date
CN103984246A CN103984246A (en) 2014-08-13
CN103984246B true CN103984246B (en) 2016-09-14

Family

ID=51276265

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410147698.XA Active CN103984246B (en) 2014-04-14 2014-04-14 Home appliance and the control method thereof of script can be performed

Country Status (1)

Country Link
CN (1) CN103984246B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI635721B (en) * 2017-06-03 2018-09-11 禾聯碩股份有限公司 Home appliance system with script function and control method thereof

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106814629B (en) * 2015-11-27 2021-03-12 大唐移动通信设备有限公司 Method and device for controlling smart home
CN108170512A (en) * 2017-12-27 2018-06-15 德阳源创能源科技有限公司 Script drives analysis method and device
CN111505945A (en) * 2019-01-30 2020-08-07 深圳市冠旭电子股份有限公司 Household appliance programming control method, household appliance and storage medium
CN112493955B (en) * 2020-11-10 2021-11-26 佛山市百斯特电器科技有限公司 Control method of washing equipment and washing equipment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1380909A2 (en) * 2002-07-01 2004-01-14 Matsushita Electric Industrial Co., Ltd. Home electrical appliance control device, control method, control program and home electrical appliance
CN1670698A (en) * 2005-04-06 2005-09-21 清华大学 Transparent computing based computing apparatus and method
CN101523909A (en) * 2006-08-11 2009-09-02 夏普株式会社 Image display device, image data providing device, image display system, image display system control method, control program, and recording medium
CN101859113A (en) * 2010-03-19 2010-10-13 美的集团有限公司 Control device and control method of electric cooker
CN103379127A (en) * 2012-04-12 2013-10-30 阿里巴巴集团控股有限公司 Data interaction method and apparatus between server and client
CN203965831U (en) * 2014-04-14 2014-11-26 美的集团股份有限公司 Can carry out the home appliance of script

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010032278A1 (en) * 1997-10-07 2001-10-18 Brown Stephen J. Remote generation and distribution of command programs for programmable devices
KR20120083802A (en) * 2011-01-18 2012-07-26 삼성전자주식회사 Code reassignment apparatus and method for virtual machine

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1380909A2 (en) * 2002-07-01 2004-01-14 Matsushita Electric Industrial Co., Ltd. Home electrical appliance control device, control method, control program and home electrical appliance
CN1670698A (en) * 2005-04-06 2005-09-21 清华大学 Transparent computing based computing apparatus and method
CN101523909A (en) * 2006-08-11 2009-09-02 夏普株式会社 Image display device, image data providing device, image display system, image display system control method, control program, and recording medium
CN101859113A (en) * 2010-03-19 2010-10-13 美的集团有限公司 Control device and control method of electric cooker
CN103379127A (en) * 2012-04-12 2013-10-30 阿里巴巴集团控股有限公司 Data interaction method and apparatus between server and client
CN203965831U (en) * 2014-04-14 2014-11-26 美的集团股份有限公司 Can carry out the home appliance of script

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI635721B (en) * 2017-06-03 2018-09-11 禾聯碩股份有限公司 Home appliance system with script function and control method thereof

Also Published As

Publication number Publication date
CN103984246A (en) 2014-08-13

Similar Documents

Publication Publication Date Title
CN103984246B (en) Home appliance and the control method thereof of script can be performed
CA2931512C (en) Method and apparatus for automatic device program generation
US9619122B2 (en) Method and apparatus for automatic device program generation
CN104281518B (en) Terminal applies test method, device, system, platform and mobile terminal
EP2840455A1 (en) Method, apparatus and system for intelligently controlling device, and plug-and-play device
CN107276864A (en) The method of intelligent sound equipment control household electrical appliances, apparatus and system
CN108108158B (en) An Android-oriented user-customized voice control application method
CN102955723B (en) A hardware automatic testing method and system
CN107870271A (en) Automated testing method and device
CN103399761A (en) Firmware burn method and firmware burn device
US20140278440A1 (en) Framework for voice controlling applications
CN101667134A (en) Method for constructing compiling system, compiling system and constructing device thereof
CN103634169A (en) A household electrical appliance control system realized based on intelligent terminals
CN105912341A (en) Configuration method of calibration parameter of sensor, and electronic equipment
CN105373381B (en) Manufacturing method and manufacturing system of desktop starter of mobile terminal
CN105404161A (en) Intelligent voice interaction method and device
CN102999371B (en) Interface Development method and system based on Lua script
CN113076144A (en) Power amplifier adaptation method, terminal device, storage medium and computer program product
CN110109365A (en) Speaker control method, device and computer readable storage medium
CN108170429B (en) Method and device for realizing Internet of things plug-in and terminal
CN110209072B (en) User interface display method of self-recognition driver and related device
CN103984539B (en) A kind of home appliance operation method and system
CN101266543A (en) Graphical interface processing device and method
US20130304241A1 (en) Appliance control
CN105278928A (en) IVR external interface configuration method and IVR external interface configuration device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant