CN103984246A - Household appliance with executable script and control method thereof - Google Patents

Household appliance with executable script and control method thereof Download PDF

Info

Publication number
CN103984246A
CN103984246A CN201410147698.XA CN201410147698A CN103984246A CN 103984246 A CN103984246 A CN 103984246A CN 201410147698 A CN201410147698 A CN 201410147698A CN 103984246 A CN103984246 A CN 103984246A
Authority
CN
China
Prior art keywords
script
operation instruction
memory
home appliance
script operation
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.)
Granted
Application number
CN201410147698.XA
Other languages
Chinese (zh)
Other versions
CN103984246B (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
Guangdong Midea Life 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

Abstract

The invention discloses a household appliance with an executable script. A control method of the household appliance with the executable script comprises the steps that a script operation instruction is acquired, the script operation instruction is analyzed and is mapped to a first memorizer, and a corresponding driving program is called in the first memorizer; the household appliance is driven to execute an operation matched with the script operation instruction according to the driving program. The control method of the household appliance with the executable script further is disclosed. The aim of utilizing the script operation instruction to control the household appliance to operate is achieved, the new function development efficiency of the household appliance is improved, the development period is shortened, the user individualized function customization function is opened, and the new function expansibility and scalability of the household appliance are good.

Description

Can carry out home appliance and the control method thereof of script
Technical field
The present invention relates to home appliance field, relate in particular to home appliance and the control method thereof that can carry out script.
Background technology
In traditional appliances equipment control method, control routine write in common C language or the assembly language of adopting, and then compiles rear or the assembled program of assembly language by carrying out C language, reaches the object of controlling household electrical appliances, but, due to the complicacy of assembly language and C language itself, and the diversity of use control chip, this kind of control mode has the following disadvantages: first, loading routine code character is many, complicated grammatical stucture, develops loaded down with trivial detailsly, causes the construction cycle of the new function of home appliance long; The second, product function extendability is poor, and function program code and core control program code are solidificated in home appliance firmware, and code one is moving entirely moving, is difficult to carry out Function Extension; The 3rd, control routine compiling needs the support of exploitation end computer environment, and no person there will be to compile and the problem such as passes through; The 4th, program firmware upgrade difficulty, easily make mistake.
Foregoing only, for auxiliary understanding technical scheme of the present invention, does not represent and admits that foregoing is prior art.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of home appliance and control method thereof of the script carried out with identical inventive concept, be intended to script operation instruction to be associated with corresponding driving circuit, realization utilizes the object of script operation instruction control home appliance operation, the present invention has improved the new functional development efficiency of home appliance, shortened the construction cycle, opened user individual customizing functions function, and new function expansibility and the ductility of home appliance are good.
For achieving the above object, the control method of the home appliance of carrying out script provided by the invention comprises:
Obtain script operation instruction, after described script operation instruction is resolved, map to first memory, and call corresponding driver in described first memory;
Drive home appliance to carry out the operation of mating with described script operation instruction according to described driver.
Preferably, described will be described script operation instruction map to first memory after resolving, and in described first memory, call corresponding driver and comprise:
Read the character string of described script operation instruction, and judge whether the described character string reading is steering order:
If described character string is steering order, in described first memory, call and the corresponding driver of described steering order;
If described character string is logical order,, after determining the redirect direction and jump location comprising in described logical order, moves to described jump location and continue to read the character string of described script operation instruction.
Preferably, described calling in described first memory with before the corresponding driver of described steering order also comprises: resolve control parameter corresponding to described steering order;
Described calling in described first memory with the corresponding driver of described steering order is specially: in described first memory according to described control parameter call and the corresponding driver of described steering order.
Preferably, the character string that reads described script operation instruction described in comprises:
Read CHAR, after the character of preset length, complete reading described CHAR reading;
Or
Read random length character string, in the time reading to length mark, complete reading described random length character string.
Preferably, the character string that reads described script operation instruction described in is specially: whether all character strings that judge described script operation instruction have read complete:
If read completely, call default driver;
If do not read completely, read the character string of described script operation instruction.
Preferably, all character strings of the described script operation instruction of described judgement have read complete being specially:
In the time reading the end mark defaulting in described script operation instruction, judge that all character strings of described script operation instruction have read complete.
Preferably, describedly in described first memory, call corresponding driver and be specially:
By corresponding api interface, in described first memory, call corresponding driver.
Preferably, described in, obtaining script operation instruction is specially:
Receive the script operation instruction of second memory transmission or receive the script operation instruction that network-side sends.
The present invention further provides a kind of home appliance of carrying out script, comprising:
Driving circuit, for driving home appliance to carry out different operating according to different drivers;
First memory, is connected in described driving circuit, for storing described driver;
Script resolver, for obtaining and resolve after script operation instruction its output;
Call circuit, be connected in described driving circuit, described script resolver and described first memory, for receiving after the script operation instruction after described script resolver resolves, in described first memory, call with the corresponding driver of described script operation instruction and transfer described driving circuit, make home appliance executable operations.
Preferably, also comprise network connection device or/and second memory, described network connection device is connected in described script resolver, is passed to script resolver for the described script of network-side is resolved to instruction; Described second memory is connected in described script resolver, for storing described script operation instruction.
The home appliance that the present invention can carry out script is mapped in first memory after by script resolver resolves script operation instruction, and in described first memory, call with the corresponding driver of described script operation instruction and transfer described driving circuit, make home appliance executable operations; The present invention is associated script operation instruction with corresponding driving circuit, realize the object of utilizing the operation of script operation instruction control home appliance, improve the new functional development efficiency of home appliance, shortened the construction cycle, opened user individual customizing functions function, and new function expansibility and the ductility of home appliance are good.
Brief description of the drawings
Fig. 1 is the structural representation that the present invention can carry out home appliance first embodiment of script;
Fig. 2 is the structural representation that the present invention can carry out home appliance second embodiment of script;
Fig. 3 is the structural representation that the present invention can carry out home appliance the 3rd embodiment of script;
Fig. 4 is the structural representation that the present invention can carry out home appliance the 4th embodiment of script;
Fig. 5 is the structural representation that the present invention can carry out home appliance the 5th embodiment of script;
Fig. 6 is the structural representation that the present invention can carry out home appliance the 6th embodiment of script;
Fig. 7 is the flowage structure schematic diagram of control method first embodiment of the present invention's home appliance that can carry out script;
Fig. 8 is the flowage structure schematic diagram of control method second embodiment of the present invention's home appliance that can carry out script;
Fig. 9 is the flowage structure schematic diagram of control method the 3rd embodiment of the present invention's home appliance that can carry out script;
Figure 10 is the flowage structure schematic diagram of control method the 4th embodiment of the present invention's home appliance that can carry out script.
Realization, functional characteristics and the advantage of the object of the invention, in connection with embodiment, are described further with reference to accompanying drawing.
Embodiment
Further illustrate technical scheme of the present invention below in conjunction with Figure of description and specific embodiment.Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
The invention provides a kind of home appliance of carrying out script.
With reference to Fig. 1, Fig. 1 is the structural representation that the present invention can carry out home appliance first embodiment of script; In described the first embodiment, this home appliance that can carry out script comprises:
Driving circuit 10, for driving home appliance to carry out different operating according to different drivers;
First memory 20, is connected in described driving circuit 10, for storing described driver;
Script resolver 30, for obtaining and resolve after script operation instruction its output;
Call circuit 40, be connected in described driving circuit 10, described script resolver 30 and described first memory 20, for receiving after the script operation instruction after described script resolver 30 is resolved, in described first memory 20, call with the corresponding driver of described script operation instruction and transfer described driving circuit 10, make home appliance executable operations.
After resolving script operation instruction by script resolver 30, the home appliance that the present embodiment can be carried out script mapped in first memory 20, and in described first memory 20, utilize and call circuit 40 and call with the corresponding driver of described script operation instruction and transfer described driving circuit 10, make home appliance executable operations; The present invention is associated script operation instruction with corresponding driving circuit 10, realize the object of utilizing the operation of script operation instruction control home appliance, improve the new functional development efficiency of home appliance, shortened the construction cycle, opened user individual customizing functions function, and new function expansibility and the ductility of home appliance are good.In the present invention, described home appliance can be electric cooker, fan, water dispenser, air-conditioning, TV etc.
Further, with reference to Fig. 2, Fig. 2 is the structural representation that the present invention can carry out home appliance second embodiment of script; In described the second embodiment, the described home appliance of carrying out script also comprises second memory 50, and described second memory 50 is connected in described script resolver 30, for storing described script operation instruction.Also, the script operation instruction that described script resolver 30 obtains is stored in the described second memory 50 that described home appliance carries, and in the time that needs are assigned script operation instruction, can directly from described second memory 50, call.In like manner, Fig. 3 is the structural representation that the present invention can carry out home appliance the 3rd embodiment of script; In described the 3rd embodiment, described first memory 20 is connected in described script resolver 30, and described first memory 20 is also for storing described script operation instruction; Also be, first memory 20 in described the 3rd embodiment has also been born the function of the second memory 50 in above-mentioned the second embodiment, the script operation instruction that described script resolver 30 obtains is stored in the described first memory 20 that described home appliance carries, in the time that needs are assigned script operation instruction, can directly from described first memory 20, call.
Further, Fig. 4 is the structural representation that the present invention can carry out home appliance the 4th embodiment of script; In described the 4th embodiment, the described home appliance of carrying out script also comprises network connection device 60, and described network connection device 60 is connected in described script resolver 30, is passed to script resolver 30 for the described script of network-side is resolved to instruction; Also, network-side is exported described script operation instruction to described script resolver 30, in the time that needs are assigned script operation instruction by described network connection device 60, only need to be by described home appliance networking, can be from network-side, such as, mobile phone, panel computer etc. are assigned script operation instruction.Described network connection device 60 is USB interface or radio receiver; Also, network-side can be assigned script operation instruction to described script resolver 30 by wired or wireless mode.
As shown in Figure 5, Fig. 5 is the structural representation that the present invention can carry out home appliance the 5th embodiment of script; The described home appliance of carrying out script also comprises network connection device 60 and second memory 50, and described network connection device 60 is connected in described script resolver 30, is passed to script resolver 30 for the described script of network-side is resolved to instruction; Described second memory 50 is connected in described script resolver 30, for storing described script operation instruction.From the above, the described home appliance of carrying out script also can arrange described network connection device 60 and described second memory 50 simultaneously, can according to circumstances utilize described network connection device 60 or described second memory 50 to select the mode of assigning script operation instruction.In like manner, as shown in Figure 6, Fig. 6 is the structural representation that the present invention can carry out home appliance the 6th embodiment of script, the described home appliance of carrying out script also comprises network connection device 60, described network connection device 60 is connected in described script resolver 30, is passed to script resolver 30 for the described script of network-side is resolved to instruction; By above-mentioned, described first memory 20 is connected in described script resolver 30, and in the 6th embodiment, described first memory 20 has also been born the function of the second memory 50 in above-mentioned the second embodiment, also for storing described script operation instruction.Also, the described home appliance of carrying out script also can according to circumstances utilize described network connection device 60 or described first memory 20 to select the mode of assigning script operation instruction.
The present invention further provides a kind of control method of the home appliance of carrying out script.
With reference to Fig. 7, Fig. 7 is the flowage structure schematic diagram of control method first embodiment of the present invention's home appliance that can carry out script; In described the first embodiment, this control method that can carry out the home appliance of script comprises:
Step S10, obtains after script operation instruction, enters step S20, maps to first memory 20, and call corresponding driver after described script operation instruction is resolved in described first memory 20;
Step S30, drives home appliance to carry out the operation of mating with described script operation instruction according to described driver.
The present embodiment is mapped in first memory 20 after resolving script operation instruction by script resolver 30, and in described first memory 20, call with the corresponding driver of described script operation instruction and transfer described driving circuit 10, make home appliance executable operations; Script operation instruction is associated with corresponding driving circuit 10, has realized the object of utilizing the operation of script operation instruction control home appliance.As preferably, in described step S10, obtaining script operation instruction is specially: the script operation instruction that reception second memory 50 transmits or the script operation instruction that receives network-side transmission, also be, described script operation instruction can be stored in described second memory 50, also can receive from network-side by network connection device 60; In the present invention, described script operation instruction also can be stored in described first memory 20, and described first memory 20 is connected to described script resolver 30, makes described first memory 20 can substitute described second memory 50.As preferably, in described step S20, in described first memory 20, calling corresponding driver is specially: the API(Application Programming Interface by corresponding: application programming interface) interface, in described first memory 20, call corresponding driver, also be, the corresponding corresponding api interface of each driver, described in call circuit 40 by corresponding api interface call driver.
With reference to Fig. 8, Fig. 8 is the flowage structure schematic diagram of control method second embodiment of the present invention's home appliance that can carry out script; In this second embodiment, will be described in described step S20 script operation instruction map to first memory 20 after resolving, and in described first memory 20, call corresponding driver and comprise:
Step S201, read the character string of described script operation instruction, because described script operation character string may be steering order (such as order electric cooker heating or stop the instruction of heating) or logical order (such as order electric cooker stops heating the instruction of 5 minutes after 20 minutes in heating), therefore, need to differentiate different character strings, therefore enter step S202, judge whether the described character string reading is steering order:
If described character string is steering order, also, now described in demand motive, home appliance operates accordingly, therefore enters step S203, calls and the corresponding driver of described steering order in described first memory 20; Afterwards, enter in step S30, drive home appliance to carry out the operation of mating with described script operation instruction according to described driver.Such as, receiving after order electric cooker heating instruction, the heater circuit that calls the heat driven driven by program electric cooker of electric cooker heats.
If described character string is logical order, due in a script steering order, may only there is a corresponding character string in each steering order, therefore, if need logically repeatedly to carry out a certain steering order, need repeatedly to read this character string, now, need to carry out logic control, also be, in the time that needs carry out a certain steering order again, after need to judging that character string corresponding to this steering order is positioned at which position of described script operation instruction, directly jumping to this position reads, therefore enter step S204, after determining the redirect direction and jump location comprising in described logical order, move to described jump location thereupon and enter step S201 relaying and resume studies and get the character string of described script operation instruction.Such as, receiving order electric cooker after heating stops heating the instruction of 5 minutes after 20 minutes, logical order is after heating 20 minutes, how the position of the current corresponding reading character string of heating steering order is jumped to the position that stops heating the corresponding reading character string of steering order, now judge that the position that its redirect direction directly moving to stops heating the corresponding reading character string of steering order reads.
With reference to Fig. 9, Fig. 9 is the flowage structure schematic diagram of control method the 3rd embodiment of the present invention's home appliance that can carry out script; In described step S203, in described first memory 20, call with the corresponding driver of described steering order before also comprise: step S205, resolve control parameter corresponding to described steering order; Also, steering order is corresponding is accompanied with corresponding control parameter, such as, electric cooker heating instruction comprises heating power, heating duration etc.; Now need to resolve controlling parameter.
In described step S203, in described first memory 20, call with the corresponding driver of described steering order and be specially: in described first memory 20 according to described control parameter call and the corresponding driver of described steering order, in the time parsing the corresponding control parameter of steering order, need to carry out call driver according to described control parameter, and utilize corresponding driving circuit 10 to drive home appliance to carry out relevant action.
Further, the character string that reads described script operation instruction in described step S201 comprises: read CHAR, complete reading described CHAR reading after the character of preset length; Or read random length character string, in the time reading to length mark, complete reading described random length character string.In the present invention, the character string of described script operation instruction comprises CHAR and random length character string, in the time that the character string of described script operation instruction is CHAR, can preset the length of the character string at every turn reading, in the present embodiment, it can be set is 3 bytes, therefore thinks and completes reading this character string reading after 3 bytes; But in the present invention, it is not defined as 3 bytes, also can be set is as required that the byte of 4,5 or other numbers all can; In the time that the character string of described script operation instruction is random length character string, after each character string that needs to switch, set up a length mark, in the time reading this length mark, think and completed reading this character string.
With reference to Figure 10, Figure 10 is the flowage structure schematic diagram of control method the 4th embodiment of the present invention's home appliance that can carry out script, in the 4th embodiment, the character string that reads described script operation instruction in described step S201 is specially: step S206, whether all character strings that judge described script operation instruction have read complete: if read complete, represent that operation corresponding to this script operation instruction is all finished, therefore enter step S207, call after default driver, enter step S30, also be, in the present invention, complete after every script operation instruction, all be preset with corresponding action, such as, after electric cooker heating is complete, enter holding state, now needing to call standby program drives stand-by circuit to make electric cooker enter holding state, if do not read completely, representative now also needs to carry out action below, therefore enters step S201 relaying and resumes studies and get the character string of described script operation instruction.
Further, the all character strings that judge described script operation instruction in described step S206 have read complete being specially: in the time reading the end mark defaulting in described script operation instruction, all character strings of judging described script operation instruction have read complete, also be, in the present embodiment, in each script operation instruction, be provided with an end mark, in the time reading this end mark, think and read complete described script operation instruction.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.Through the above description of the embodiments, those skilled in the art can be well understood to the mode that above-described embodiment method can add essential general hardware platform by software and realize, can certainly pass through hardware, but in a lot of situation, the former is better embodiment.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product is stored in a storage medium (as ROM/RAM, magnetic disc, CD), comprise that some instructions (can be home appliance, mobile phone in order to make a station terminal equipment, computing machine, server, or the network equipment etc.) carry out the method described in each embodiment of the present invention.
The foregoing is only the preferred embodiments of the present invention; not thereby limit its scope of the claims; every equivalent structure or conversion of equivalent flow process that utilizes instructions of the present invention and accompanying drawing content to do; directly or indirectly be used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (10)

1. the control method that can carry out the home appliance of script, is characterized in that, comprising:
Obtain script operation instruction, after described script operation instruction is resolved, map to first memory, and call corresponding driver in described first memory;
Drive home appliance to carry out the operation of mating with described script operation instruction according to described driver.
2. the control method of the home appliance of carrying out script as claimed in claim 1, is characterized in that, described will be described script operation instruction map to first memory after resolving, and in described first memory, call corresponding driver and comprise:
Read the character string of described script operation instruction, and judge whether the described character string reading is steering order:
If described character string is steering order, in described first memory, call and the corresponding driver of described steering order;
If described character string is logical order,, after determining the redirect direction and jump location comprising in described logical order, moves to described jump location and continue to read the character string of described script operation instruction.
3. the control method of the home appliance of carrying out script as claimed in claim 2, is characterized in that,
Described calling in described first memory with before the corresponding driver of described steering order also comprises: resolve control parameter corresponding to described steering order;
Described calling in described first memory with the corresponding driver of described steering order is specially: in described first memory according to described control parameter call and the corresponding driver of described steering order.
4. the control method of the home appliance of carrying out script as claimed in claim 2, is characterized in that, described in read described script operation instruction character string comprise:
Read CHAR, after the character of preset length, complete reading described CHAR reading;
Or
Read random length character string, in the time reading to length mark, complete reading described random length character string.
5. the control method of the home appliance of carrying out script as claimed in claim 2, is characterized in that, described in read described script operation instruction character string be specially: whether all character strings that judge described script operation instruction have read complete:
If read completely, call default driver;
If do not read completely, read the character string of described script operation instruction.
6. the control method of the home appliance of carrying out script as claimed in claim 5, is characterized in that, all character strings of the described script operation instruction of described judgement have read complete being specially:
In the time reading the end mark defaulting in described script operation instruction, judge that all character strings of described script operation instruction have read complete.
7. the control method of the home appliance of the script carried out as described in claim 1 to 6 any one, is characterized in that, describedly in described first memory, calls corresponding driver and is specially:
By corresponding api interface, in described first memory, call corresponding driver.
8. the control method of the home appliance of carrying out script as claimed in claim 1, is characterized in that, described in obtain script operation instruction and be specially:
Receive the script operation instruction of second memory transmission or receive the script operation instruction that network-side sends.
9. the home appliance that can carry out script, is characterized in that, comprising:
Driving circuit, for driving home appliance to carry out different operating according to different drivers;
First memory, is connected in described driving circuit, for storing described driver;
Script resolver, for obtaining and resolve after script operation instruction its output;
Call circuit, be connected in described driving circuit, described script resolver and described first memory, for receiving after the script operation instruction after described script resolver resolves, in described first memory, call with the corresponding driver of described script operation instruction and transfer described driving circuit, make home appliance executable operations.
10. the home appliance of carrying out script as claimed in claim 9, it is characterized in that, also comprise network connection device or/and second memory, described network connection device is connected in described script resolver, is passed to script resolver for the described script of network-side is resolved to instruction; Described second memory is connected in described script resolver, for storing described script operation instruction.
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 true CN103984246A (en) 2014-08-13
CN103984246B 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 (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106814629A (en) * 2015-11-27 2017-06-09 大唐移动通信设备有限公司 A kind of method and device of control 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
CN112493955A (en) * 2020-11-10 2021-03-16 佛山市百斯特电器科技有限公司 Control method of washing equipment and washing equipment

Families Citing this family (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

Citations (8)

* 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
US20050114444A1 (en) * 1997-10-07 2005-05-26 Brown Stephen J. Remote generation and distribution of command programs for programmable devices
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
US20120185850A1 (en) * 2011-01-18 2012-07-19 Hyeong-Seok Oh Code rearranger and method for rearranging code for a virtual machine
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

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050114444A1 (en) * 1997-10-07 2005-05-26 Brown Stephen J. Remote generation and distribution of command programs for programmable devices
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
US20120185850A1 (en) * 2011-01-18 2012-07-19 Hyeong-Seok Oh Code rearranger and method for rearranging code for a virtual machine
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 (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106814629A (en) * 2015-11-27 2017-06-09 大唐移动通信设备有限公司 A kind of method and device of control smart home
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
CN112493955A (en) * 2020-11-10 2021-03-16 佛山市百斯特电器科技有限公司 Control method of washing equipment and washing equipment
CN112493955B (en) * 2020-11-10 2021-11-26 佛山市百斯特电器科技有限公司 Control method of washing equipment and washing equipment

Also Published As

Publication number Publication date
CN103984246B (en) 2016-09-14

Similar Documents

Publication Publication Date Title
CN103984246A (en) Household appliance with executable script and control method thereof
CA2931512C (en) Method and apparatus for automatic device program generation
CN103309308B (en) A kind of device intelligence control method and device, system, PnP device
US9619122B2 (en) Method and apparatus for automatic device program generation
EP3358787A1 (en) Network system of a home appliance and network setup method of the home appliance
CN103345236A (en) Open-type intelligent household appliance and control method for same
CN105553836A (en) Household appliance control method and system based on Wechat
CN103399761B (en) Firmware burning method and device thereof
US20100134317A1 (en) Method for configuring a wireless communication device as a remote control, remotely controllable electronic device and wireless communication device
CN105162841A (en) Domestic appliance control method and system
CN104281518A (en) Terminal application test method, device, system and platform and mobile terminal
CN105116734A (en) Control device and device for intelligent household electrical appliance and control terminal
CN102568169A (en) Remote controlling system for electric device
CN105528229A (en) Method and device for improving first starting speed of mobile terminal
CN102271313A (en) Mobile-communication-network-based remote appliance control system and method
CN103533164B (en) A kind of method and device utilizing wireless terminal control document display
CN109791497A (en) A kind of method, apparatus and terminal executing hot patch
CN102750812A (en) Method for matching reception device and remote controller, reception device and remote controller
US20170187544A1 (en) Systems and methods for communication between devices and remote systems with a power cord
CN104317648A (en) Method and device for monitoring advertisements
CN105912341A (en) Configuration method of calibration parameter of sensor, and electronic equipment
CN105391605A (en) Quick network access method, system and equipment for intelligent WIFI equipment
CN103984247A (en) Method and device for controlling household appliance with executable script
CN103260262A (en) Method, device and system for achieving automatic creation of wireless hot spot
CN106126284A (en) The method and device shown for application program UI

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