CN108710304B - Client operation management method and client - Google Patents

Client operation management method and client Download PDF

Info

Publication number
CN108710304B
CN108710304B CN201810394921.9A CN201810394921A CN108710304B CN 108710304 B CN108710304 B CN 108710304B CN 201810394921 A CN201810394921 A CN 201810394921A CN 108710304 B CN108710304 B CN 108710304B
Authority
CN
China
Prior art keywords
client
control logic
interface
logic plug
control instruction
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
CN201810394921.9A
Other languages
Chinese (zh)
Other versions
CN108710304A (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.)
Hisense Visual Technology Co Ltd
Original Assignee
Hisense Visual 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 Hisense Visual Technology Co Ltd filed Critical Hisense Visual Technology Co Ltd
Priority to CN201810394921.9A priority Critical patent/CN108710304B/en
Publication of CN108710304A publication Critical patent/CN108710304A/en
Application granted granted Critical
Publication of CN108710304B publication Critical patent/CN108710304B/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
    • G05B15/00Systems controlled by a computer
    • G05B15/02Systems controlled by a computer electric
    • 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/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM]
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/20Pc systems
    • G05B2219/26Pc applications
    • G05B2219/2642Domotique, domestic, home control, automation, smart house
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Manufacturing & Machinery (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)
  • Selective Calling Equipment (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a client operation management method and a client, which are used for solving the problems of increased storage space occupied by the client, increased internal memory occupied during operation, increased redundancy and reduced operation efficiency caused by the integral upgrade of the client when the control logic of the client needs to be adjusted. The method comprises the following steps: the client sends equipment model indicating information of the bound intelligent equipment to a cloud server, and receives a control logic plug-in returned by the cloud server according to the equipment model indicating information, wherein the control logic plug-in is used for realizing a control function of the intelligent equipment; and the client saves the received control logic plug-in, selects the control logic plug-in related to the current control operation of the intelligent equipment, loads the selected control logic plug-in to the memory, and runs the control logic plug-in loaded to the memory.

Description

Client operation management method and client
The application is a divisional application of the Chinese patent application 201510812221.3 entitled "a client operation management method and client" filed on 11/20/2015.
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a client operation management method and a client.
Background
At present, in an intelligent home system, a user can control an intelligent household appliance through a client installed on an intelligent terminal such as a mobile phone, a tablet computer, a notebook computer, and the like. In the client for controlling the intelligent household electrical appliance, the control logic for realizing the intelligent household electrical appliance is solidified in the application program of the client.
If a new control logic of the intelligent household appliance needs to be added to the client, the client needs to be modified integrally to add the new control logic to the client, or the client needs to be upgraded integrally to upgrade the new control logic to the client.
With the increase of the types and models of intelligent devices (including intelligent household electrical appliances), new control logic needs to be added continuously in the client, which results in the increase of storage space occupied by the client and the increase of memory occupied during operation.
In view of this, a new client management method is needed to solve the problems of increased storage space occupied by the client, increased memory occupied during operation, increased redundancy, and decreased operation efficiency caused by upgrading the entire client when the control logic of the client needs to be adjusted.
Disclosure of Invention
The embodiment of the invention provides a client operation management method and a client, which are used for solving the problems of increased storage space occupied by the client, increased internal memory occupied during operation, increased redundancy and reduced operation efficiency caused by the integral upgrade of the client when the control logic of the client needs to be adjusted.
The embodiment of the invention provides the following specific technical scheme:
the embodiment of the invention provides a client operation management method, which comprises the following steps:
the client sends equipment model indicating information of the bound intelligent equipment to a cloud server, and receives a control logic plug-in returned by the cloud server according to the equipment model indicating information, wherein the control logic plug-in is used for realizing a control function of the intelligent equipment;
and the client saves the received control logic plug-in, selects the control logic plug-in related to the current control operation of the intelligent equipment, loads the selected control logic plug-in to the memory, and runs the control logic plug-in loaded to the memory.
In a possible implementation manner, the control logic plug-in includes one or more of an original control command frame acquisition interface, a state analysis interface, and a mutual exclusion determination interface of command operation, where the control command frame acquisition interface is configured to acquire a control instruction of the client and return an original control command frame corresponding to the control instruction, the state analysis interface is configured to acquire a working state indication of the client and return analysis information of a working state of the intelligent device, and the mutual exclusion determination interface of command operation is configured to acquire the control instruction of the client and return relevant information whether to allow sending of the control instruction.
In a possible embodiment, the client runs a control logic plug-in loaded to the memory, and the control logic plug-in includes:
the client acquires a control instruction of a user, calls an original control command frame acquisition interface of the control logic plug-in loaded to the memory according to the control instruction, acquires an original control command frame which is returned by the original control command frame acquisition interface and corresponds to the control instruction, and sends the original control command frame to the intelligent device;
and/or the presence of a gas in the gas,
the client receives a working state indication sent by the intelligent equipment, calls a state analysis interface of the control logic plug-in loaded to the memory according to the working state indication, acquires analysis information of the working state indication returned by the state analysis interface, and displays the working state of the intelligent equipment according to the analysis information;
and/or the presence of a gas in the gas,
the client acquires a control instruction of a user, calls a mutual exclusion judgment interface of the command operation of the control logic plug-in loaded to the memory according to the control instruction, and acquires prompt information returned by the mutual exclusion judgment interface of the command operation, wherein the prompt information is used for prompting the user whether the control instruction can be sent or not and/or prompting the user about state change after the intelligent equipment executes the control instruction.
In a possible implementation manner, the control logic plug-in further includes an authorization interface, where the authorization interface is configured to obtain an authorization code of the client and return a verification result of the authorization code by the control logic plug-in;
before the client calls the original control command frame of the control logic plug-in loaded to the memory according to the control instruction to acquire an interface, or before the client calls the state analysis interface of the control logic plug-in loaded to the memory according to the working state indication, or before the client calls the mutual exclusion judgment interface of the command operation of the control logic plug-in loaded to the memory according to the control instruction, the method comprises the following steps:
the client calls an authorization interface of the control logic plug-in loaded to the memory by adopting a preset authorization code, acquires a verification result of the verification code returned by the authorization interface, and determines that the verification result is that the authorization code is valid, wherein the verification result of the authorization code is stored in the control logic plug-in.
In a possible implementation manner, the control logic plug-in returned by the cloud server is:
and all control logic plug-ins corresponding to the equipment model indication information, or updated control logic plug-ins corresponding to the equipment model indication information.
An embodiment of the present invention further provides a client, including:
the communication module is used for sending the bound equipment model indication information of the intelligent equipment to a cloud server and receiving a control logic plug-in returned by the cloud server according to the equipment model indication information, wherein the control logic plug-in is used for realizing a control function of the intelligent equipment;
and the processing module is used for storing the received control logic plug-ins, selecting the control logic plug-ins related to the current control operation on the intelligent equipment, loading the selected control logic plug-ins to the memory and operating the control logic plug-ins loaded to the memory.
In a possible implementation manner, the control logic plug-in includes one or more of an original control command frame acquisition interface, a state analysis interface, and a mutual exclusion determination interface of command operation, where the control command frame acquisition interface is configured to acquire a control instruction of the client and return an original control command frame corresponding to the control instruction, the state analysis interface is configured to acquire a working state indication of the client and return analysis information of a working state of the intelligent device, and the mutual exclusion determination interface of command operation is configured to acquire the control instruction of the client and return relevant information whether to allow sending of the control instruction.
In a possible embodiment, the processing module is specifically configured to:
acquiring a control instruction of a user, calling an original control command frame acquisition interface of the control logic plug-in loaded to the memory according to the control instruction, acquiring an original control command frame which is returned by the original control command frame acquisition interface and corresponds to the control instruction, and sending the original control command frame to the intelligent equipment;
and/or the presence of a gas in the gas,
receiving a working state indication sent by the intelligent equipment, calling a state analysis interface of the control logic plug-in loaded to the memory according to the working state indication, acquiring analysis information of the working state indication returned by the state analysis interface, and displaying the working state of the intelligent equipment according to the analysis information;
and/or the presence of a gas in the gas,
acquiring a control instruction of a user, calling a mutual exclusion judgment interface of command operation of the control logic plug-in loaded to the memory according to the control instruction, and acquiring prompt information returned by the mutual exclusion judgment interface of the command operation, wherein the prompt information is used for prompting the user whether the control instruction can be sent or not and/or prompting the user about state change after the intelligent equipment executes the control instruction.
In a possible implementation manner, the control logic plug-in further includes an authorization interface, where the authorization interface is configured to obtain an authorization code of the client and return a verification result of the authorization code by the control logic plug-in;
the processing module is further configured to:
before the original control command frame of the control logic plug-in loaded to the memory is called according to the control instruction to obtain an interface, or before the state analysis interface of the control logic plug-in loaded to the memory is called according to the working state indication, or before the mutual exclusion judgment interface of the command operation of the control logic plug-in loaded to the memory is called according to the control instruction,
calling an authorization interface of the control logic plug-in loaded to the memory by adopting a preset authorization code, obtaining a verification result of the verification code returned by the authorization interface, and determining that the verification result is that the authorization code is valid, wherein the verification result of the authorization code is stored in the control logic plug-in.
In a possible implementation manner, the control logic plug-in returned by the cloud server is:
and all control logic plug-ins corresponding to the equipment model indication information, or updated control logic plug-ins corresponding to the equipment model indication information.
Based on the technical scheme, in the embodiment of the invention, the control function of the intelligent device is designed into an independent control logic plug-in, the independent control logic plug-in is designed separately from the client, the control logic plug-in is stored in the cloud server, the client acquires the control logic plug-in of the intelligent device from the cloud server as required, and the client can only load the control logic plug-in related to the current control operation into the memory for operation during operation, so that the integral upgrade of the client is avoided, the storage space occupied by the client is reduced, the memory occupied by the client during operation is reduced, the redundancy of the client is reduced, and the operation efficiency of the client is improved.
Drawings
FIG. 1 is a flowchart illustrating a method for managing client operations according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a client structure according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the present invention will be described in further detail with reference to the accompanying drawings, and it is apparent that the described embodiments are only a part of the embodiments of the present invention, not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the embodiments of the present invention, the client is installed on the smart terminal, for example, on a mobile phone or a tablet computer.
In the embodiment of the present invention, as shown in fig. 1, a detailed method flow of client operation management is as follows:
step 101: the client sends the bound equipment model indicating information of the intelligent equipment to the cloud server, and receives the control logic plug-in returned by the cloud server according to the equipment model indicating information.
The control logic plug-in is used for realizing the control function of the intelligent equipment.
The control logic plug-in includes but is not limited to one or more of an original control command frame acquisition interface, a state analysis interface and a mutual exclusion judgment interface of command operation.
The control command frame acquisition interface is used for acquiring a control instruction of the client and returning an original control command frame corresponding to the control instruction.
The state analysis interface is used for obtaining the working state indication of the client and returning the analysis information of the working state of the intelligent equipment.
The mutual exclusion judgment interface of the command operation is used for acquiring the control instruction of the client and returning the relevant information whether the control instruction is allowed to be sent or not.
Optionally, the control logic plug-in further comprises an authorization interface. The authorization interface is used for acquiring an authorization code of the client and returning a verification result of the control logic plug-in for the authorization code.
In implementation, the cloud server stores a control logic plug-in library of the intelligent device of each device model under different device types, and the control logic plug-in library comprises a plurality of control logic plug-ins.
Specifically, each control logic plug-in the control logic plug-in library corresponding to one equipment type or equipment model adopts the same interface form, so that the maintenance is facilitated.
Specifically, a configuration information database corresponding to each control logic plug-in library is further stored in the cloud server, and the configuration information database may store configuration information of the intelligent device corresponding to the control logic plug-in library. In specific implementation, the control logic plug-in library and the configuration information database both use the equipment model as an index.
The configuration information is mainly used for describing which functions of the intelligent equipment with the equipment model can be controlled through the client.
The client acquires the control logic plug-in corresponding to the bound intelligent device and the configuration information corresponding to the control logic plug-in, and configures a display interface of the client according to the description of the configuration information, so that a user can know which functions of the intelligent device can be operated according to the display of the display interface.
The device model indication information may specifically be a device type and a device model.
Specifically, the client program may not contain the control logic plug-in library of the corresponding smart device when it is packaged and released. When an intelligent device with one device model is bound by a client for the first time, device model indication information of the intelligent device is sent to a cloud server, and the cloud server sends all control logic plug-ins related to the device model to the client.
Specifically, an intelligent terminal installed on a client acquires the equipment type and the equipment model of the intelligent equipment by scanning a two-dimensional code pasted on an intelligent equipment shell; or, the client acquires the equipment type and the equipment model input by the user through the human-computer interaction interface; or, in the device discovery phase, the intelligent terminal installed in the client acquires the device type and the device model of the intelligent terminal through a network communication protocol.
Specifically, the client sends the device model indication information of the intelligent device to the cloud server after each startup; the cloud server detects whether the control logic plug-in library corresponding to the equipment model is updated or not, and if the control logic plug-in library is updated, the control logic plug-in library with the updated control logic plug-in is sent to the client; and the client receives the updated control logic plug-in returned by the cloud server, stores the updated control logic plug-in to a cache and loads the control logic plug-in to the memory as required. The control logic updating process of the client can be executed in the program running state, the consumed time is greatly shortened compared with the mode of integrally upgrading the client, and the influence of upgrading on user operation can be reduced.
Step 102: the client saves the received control logic plug-ins, selects the control logic plug-ins related to the current control operation on the intelligent device, loads the selected control logic plug-ins to the memory, and runs the control logic plug-ins loaded to the memory.
And selecting the control logic plug-in related to the current control operation to load the control logic plug-in to the memory, so that the occupied memory can be effectively reduced.
In a specific implementation, a specific process in which the client runs the control logic plug-in loaded to the memory may be any one or a combination of more of the following three specific processes:
firstly, a client acquires a control instruction of a user, calls an original control command frame acquisition interface of a control logic plug-in loaded to a memory according to the control instruction, acquires an original control command frame which is returned by the original control command frame acquisition interface and corresponds to the control instruction, and sends the original control command frame to intelligent equipment.
Secondly, the client receives the working state indication sent by the intelligent equipment, calls a state analysis interface loaded to the memory according to the working state indication, obtains analysis information of the working state indication returned by the state analysis interface, and displays the working state of the intelligent equipment according to the analysis information.
And thirdly, the client acquires a control instruction of a user, calls a mutual exclusion judgment interface of the command operation of the control logic plug-in loaded to the memory according to the control instruction, and acquires prompt information returned by the mutual exclusion judgment interface of the command operation, wherein the prompt information is used for prompting the user whether the control instruction can be sent or not and/or prompting the user about state change after the intelligent equipment executes the control instruction. Specifically, if the prompt information returned by the mutex determination interface of the command operation is that the control instruction can be sent, the prompt information also provides the state change of the user after sending the control instruction.
In implementation, in order to prevent the control logic plug-in from being maliciously called, the client uses a preset authorization code to call an authorization interface of the control logic plug-in, the control logic plug-in returns a verification result through the authorization interface after verifying the authorization code, and the client obtains the verification result of the verification code returned by the authorization interface of the control logic plug-in.
And the control logic plug-in stores the verification result of the authorization code.
Specifically, when the control logic plug-in is called by the client through the original control command frame acquisition interface, whether the verification result of the authorization code is valid is judged, if yes, the original control command frame corresponding to the control instruction transmitted by the original control command frame acquisition interface is determined, and the original control command frame is returned to the client through the original control command frame acquisition interface. And if the current control command frame is invalid, returning prompt information of wrong calling to the client through the original control command frame acquisition interface.
Specifically, when the control logic plug-in is called by the client through the state analysis interface, whether the verification result of the authorization code is valid is judged, if yes, analysis information corresponding to the working state indication transmitted by the state analysis interface is determined, and the analysis information is returned to the client through the state analysis interface. And if the current state is invalid, returning prompt information of the error call to the client through the state analysis interface.
Specifically, when the control logic plug-in is called by the client through the mutex judgment interface of the command operation, whether the verification result of the authorization code is valid is judged, if so, whether a control instruction transmitted by the mutex judgment interface of the command operation is allowed to be sent is determined, and the state change condition after the intelligent device executes the control instruction is further simulated under the condition that the control instruction is allowed to be sent, and prompt information related to the control instruction is returned to the client through the mutex judgment interface of the command operation, wherein the prompt information is used for prompting the user whether the control instruction can be sent or not, and prompting the user of the intelligent device to execute the state change after the control instruction under the condition that the control instruction is allowed to be sent. And if the calling is invalid, returning prompt information of the wrong calling to the client through a mutual exclusion judgment interface of the command operation.
Based on the same inventive concept, the embodiment of the present invention further provides a client, the specific implementation of the client may refer to the description of the client in the above method embodiment, and repeated details are not repeated, the client is application software installed on an intelligent terminal, as shown in fig. 2, the client mainly includes:
the communication module 201 is configured to send device model indication information of the bound smart device to a cloud server, and receive a control logic plug-in returned by the cloud server according to the device model indication information, where the control logic plug-in is used to implement a control function on the smart device;
the processing module 202 is configured to store the received control logic plug-in, select a control logic plug-in related to a current control operation on the intelligent device, load the selected control logic plug-in to the memory, and run the control logic plug-in loaded to the memory.
In implementation, the control logic plug-in includes one or more of an original control command frame acquisition interface, a state analysis interface, and a mutual exclusion determination interface for command operation, where the control command frame acquisition interface is configured to acquire a control instruction of the client and return an original control command frame corresponding to the control instruction, the state analysis interface is configured to acquire a working state indication of the client and return analysis information of a working state of the smart device, and the mutual exclusion determination interface for command operation is configured to acquire the control instruction of the client and return related information whether to allow sending of the control instruction.
In implementation, the processing module is specifically configured to:
acquiring a control instruction of a user, calling an original control command frame acquisition interface of the control logic plug-in loaded to the memory according to the control instruction, acquiring an original control command frame which is returned by the original control command frame acquisition interface and corresponds to the control instruction, and sending the original control command frame to the intelligent equipment;
and/or the presence of a gas in the gas,
receiving a working state indication sent by the intelligent equipment, calling a state analysis interface of the control logic plug-in loaded to the memory according to the working state indication, acquiring analysis information of the working state indication returned by the state analysis interface, and displaying the working state of the intelligent equipment according to the analysis information;
and/or the presence of a gas in the gas,
acquiring a control instruction of a user, calling a mutual exclusion judgment interface of command operation of the control logic plug-in loaded to the memory according to the control instruction, and acquiring prompt information returned by the mutual exclusion judgment interface of the command operation, wherein the prompt information is used for prompting the user whether the control instruction can be sent or not and/or prompting the user about state change after the intelligent equipment executes the control instruction.
In implementation, the control logic plug-in further includes an authorization interface, where the authorization interface is configured to obtain an authorization code of the client and return a verification result of the control logic plug-in on the authorization code;
the processing module is further configured to:
before the original control command frame of the control logic plug-in loaded to the memory is called according to the control instruction to obtain an interface, or before the state analysis interface of the control logic plug-in loaded to the memory is called according to the working state indication, or before the mutual exclusion judgment interface of the command operation of the control logic plug-in loaded to the memory is called according to the control instruction,
calling an authorization interface of the control logic plug-in loaded to the memory by adopting a preset authorization code, obtaining a verification result of the verification code returned by the authorization interface, and determining that the verification result is that the authorization code is valid, wherein the verification result of the authorization code is stored in the control logic plug-in.
In implementation, the control logic plug-in returned by the cloud server is as follows:
and all control logic plug-ins corresponding to the equipment model indication information, or updated control logic plug-ins corresponding to the equipment model indication information.
Based on the technical scheme, in the embodiment of the invention, the control function of the intelligent device is designed into an independent control logic plug-in, the independent control logic plug-in is designed separately from the client, the control logic plug-in is stored in the cloud server, the client acquires the control logic plug-in of the intelligent device from the cloud server as required, and the client can only load the control logic plug-in related to the current control operation into the memory for operation during operation, so that the integral upgrade of the client is avoided, the storage space occupied by the client is reduced, the memory occupied by the client during operation is reduced, the redundancy of the client is reduced, and the operation efficiency of the client is improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (6)

1. A client operation management method, comprising:
the client sends equipment model indicating information of the bound intelligent equipment to a cloud server, and receives a control logic plug-in which the cloud server returns an update according to the equipment model indicating information;
the client saves the received updated control logic plug-in, loads the updated control logic plug-in to the memory, and runs the updated control logic plug-in loaded to the memory, wherein the updated control logic plug-in comprises one or more of an original control command frame acquisition interface, a state analysis interface and a mutual exclusion judgment interface of command operation, the original control command frame acquisition interface is used for acquiring a control instruction of the client and returning an original control command frame corresponding to the control instruction, the state analysis interface is used for acquiring a working state indication of the client and returning analysis information of the working state of the intelligent device, and the mutual exclusion judgment interface of command operation is used for acquiring the control instruction of the client and returning relevant information whether the control instruction is allowed to be sent;
the client acquires the updated control logic plug-in corresponding to the bound intelligent equipment, acquires the configuration information corresponding to the updated control logic plug-in, and configures the display interface of the client according to the description of the configuration information, so that a user can operate the intelligent equipment according to the display interface.
2. The method of claim 1, wherein the client runs an updated control logic plug-in loaded to memory, comprising:
the client acquires a control instruction of a user, calls an original control command frame acquisition interface of the updated control logic plug-in loaded to the memory according to the control instruction, acquires an original control command frame which is returned by the original control command frame acquisition interface and corresponds to the control instruction, and sends the original control command frame to the intelligent device;
and/or the presence of a gas in the gas,
the client receives a working state indication sent by the intelligent equipment, calls a state analysis interface of the updated control logic plug-in loaded to the memory according to the working state indication, acquires analysis information of the working state indication returned by the state analysis interface, and displays the working state of the intelligent equipment according to the analysis information;
and/or the presence of a gas in the gas,
the client side obtains a control instruction of a user, calls a mutual exclusion judgment interface of the command operation of the updated control logic plug-in unit loaded to the memory according to the control instruction, and obtains prompt information returned by the mutual exclusion judgment interface of the command operation, wherein the prompt information is used for prompting the user whether the control instruction can be sent or not and/or prompting the user about state change after the intelligent equipment executes the control instruction.
3. The method of claim 2, wherein the updated control logic plug-in further comprises an authorization interface, the authorization interface being configured to obtain an authorization code of the client and return a verification result of the authorization code by the updated control logic plug-in;
before the client calls the original control command frame of the updated control logic plug-in loaded to the memory to obtain an interface according to the control instruction, or before the client calls the state analysis interface of the updated control logic plug-in loaded to the memory according to the working state indication, or before the client calls the mutual exclusion judgment interface of the command operation of the updated control logic plug-in loaded to the memory according to the control instruction, the method comprises the following steps:
the client calls an authorization interface of an updated control logic plug-in loaded to a memory by adopting a preset authorization code, acquires a verification result of the authorization code returned by the authorization interface, and determines that the verification result is that the authorization code is valid, wherein the verification result of the authorization code is stored in the updated control logic plug-in.
4. A client, comprising:
the communication module is used for sending the equipment model indicating information of the bound intelligent equipment to a cloud server and receiving an updated control logic plug-in which is returned by the cloud server according to the equipment model indicating information;
the processing module is used for storing the received updated control logic plug-in, loading the updated control logic plug-in to the memory and operating the updated control logic plug-in loaded to the memory;
the updated control logic plug-in comprises one or more of an original control command frame acquisition interface, a state analysis interface and a mutual exclusion judgment interface of command operation, wherein the original control command frame acquisition interface is used for acquiring a control instruction of the client and returning an original control command frame corresponding to the control instruction, the state analysis interface is used for acquiring a working state indication of the client and returning analysis information of the working state of the intelligent device, and the mutual exclusion judgment interface of command operation is used for acquiring the control instruction of the client and returning relevant information whether the control instruction is allowed to be sent or not;
the client acquires the updated control logic plug-in corresponding to the bound intelligent equipment, acquires the configuration information corresponding to the updated control logic plug-in, and configures the display interface of the client according to the description of the configuration information, so that a user can operate the intelligent equipment according to the display interface.
5. The client of claim 4, wherein the processing module is specifically configured to:
acquiring a control instruction of a user, calling an original control command frame acquisition interface of the updated control logic plug-in loaded to the memory according to the control instruction, acquiring an original control command frame which is returned by the original control command frame acquisition interface and corresponds to the control instruction, and sending the original control command frame to the intelligent equipment;
and/or the presence of a gas in the gas,
receiving a working state indication sent by the intelligent equipment, calling a state analysis interface of the updated control logic plug-in loaded to the memory according to the working state indication, acquiring analysis information of the working state indication returned by the state analysis interface, and displaying the working state of the intelligent equipment according to the analysis information;
and/or the presence of a gas in the gas,
acquiring a control instruction of a user, calling a mutual exclusion judgment interface of the command operation of the updated control logic plug-in loaded to the memory according to the control instruction, and acquiring prompt information returned by the mutual exclusion judgment interface of the command operation, wherein the prompt information is used for prompting the user whether the control instruction can be sent or not and/or prompting the user about state change after the intelligent equipment executes the control instruction.
6. The client of claim 4, wherein the updated control logic plug-in further comprises an authorization interface, the authorization interface being configured to obtain an authorization code of the client and return a verification result of the authorization code by the updated control logic plug-in;
the processing module is further configured to:
before an original control command frame of the updated control logic plug-in loaded to the memory is called to obtain an interface according to the control instruction, or before a state analysis interface of the updated control logic plug-in loaded to the memory is called according to the working state indication, or before a mutual exclusion judgment interface of a command operation of the updated control logic plug-in loaded to the memory is called according to the control instruction,
calling the authorization interface of the updated control logic plug-in loaded to the memory by adopting a preset authorization code, obtaining a verification result of the authorization code returned by the authorization interface, and determining that the verification result is that the authorization code is valid, wherein the verification result of the authorization code is stored in the updated control logic plug-in.
CN201810394921.9A 2015-11-20 2015-11-20 Client operation management method and client Active CN108710304B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810394921.9A CN108710304B (en) 2015-11-20 2015-11-20 Client operation management method and client

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510812221.3A CN105511273B (en) 2015-11-20 2015-11-20 A kind of client operation management method and client
CN201810394921.9A CN108710304B (en) 2015-11-20 2015-11-20 Client operation management method and client

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201510812221.3A Division CN105511273B (en) 2015-11-20 2015-11-20 A kind of client operation management method and client

Publications (2)

Publication Number Publication Date
CN108710304A CN108710304A (en) 2018-10-26
CN108710304B true CN108710304B (en) 2021-07-06

Family

ID=55719343

Family Applications (3)

Application Number Title Priority Date Filing Date
CN201510812221.3A Active CN105511273B (en) 2015-11-20 2015-11-20 A kind of client operation management method and client
CN201810394915.3A Active CN108646577B (en) 2015-11-20 2015-11-20 Client operation management method and client
CN201810394921.9A Active CN108710304B (en) 2015-11-20 2015-11-20 Client operation management method and client

Family Applications Before (2)

Application Number Title Priority Date Filing Date
CN201510812221.3A Active CN105511273B (en) 2015-11-20 2015-11-20 A kind of client operation management method and client
CN201810394915.3A Active CN108646577B (en) 2015-11-20 2015-11-20 Client operation management method and client

Country Status (1)

Country Link
CN (3) CN105511273B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105511273B (en) * 2015-11-20 2018-06-12 青岛海信电器股份有限公司 A kind of client operation management method and client
CN108134701A (en) * 2017-12-22 2018-06-08 上海携程商务有限公司 Client runs the management method and system of benchmark
CN110336720B (en) * 2019-06-29 2021-08-20 华为技术有限公司 Equipment control method and equipment
CN111858109A (en) * 2020-07-22 2020-10-30 中国第一汽车股份有限公司 Mutually exclusive logic verification method, device, equipment and storage medium
CN114697150B (en) * 2022-02-25 2024-03-22 青岛海尔科技有限公司 Command issuing method and device, storage medium and electronic device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1492309A2 (en) * 2003-06-23 2004-12-29 The Boc Group, Inc. Equipment area network
CN102868729A (en) * 2012-08-24 2013-01-09 中兴通讯股份有限公司 Method, client and cloud server for realizing software service based on cloud service
CN103763392A (en) * 2014-01-29 2014-04-30 百度在线网络技术(北京)有限公司 Control method, device and system for equipment
CN104320480A (en) * 2014-11-03 2015-01-28 中国联合网络通信集团有限公司 Control method for intelligent home equipment and cloud server
CN104572885A (en) * 2014-12-22 2015-04-29 广东美的制冷设备有限公司 Method and system for collecting and analyzing preference data of user function

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070288662A1 (en) * 2006-06-12 2007-12-13 Telepaq Technology Inc. Distributed push-pull information service system
CN101610226A (en) * 2009-07-17 2009-12-23 阿里巴巴集团控股有限公司 A kind of method and system of plug-in download
US20120240048A1 (en) * 2011-03-18 2012-09-20 Microsoft Corporation Imaging extensibility for device management platforms
US9069637B2 (en) * 2011-07-25 2015-06-30 Intel Corporation Dynamic feature enhancement in client server applications and high volume server deployment with dynamic app store integration
US9015326B2 (en) * 2011-09-14 2015-04-21 General Electric Company Method and system for managing power consumption of a meter during communication activities
CN103186861B (en) * 2011-12-30 2018-04-03 上海博泰悦臻电子设备制造有限公司 Electric paying method based on cloud data processing technique
US20150264144A1 (en) * 2014-03-11 2015-09-17 Datasphere Technologies, Inc. Hyper-local targeting based on user location
CN105005199A (en) * 2015-05-28 2015-10-28 北京海尔广科数字技术有限公司 Method and apparatus for controlling equipment through gateway
CN104954462A (en) * 2015-06-12 2015-09-30 福建新大陆通信科技股份有限公司 High-concurrency extensible smart home communication method and high-concurrency extensible smart home communication system
CN105511273B (en) * 2015-11-20 2018-06-12 青岛海信电器股份有限公司 A kind of client operation management method and client
CN106161100B (en) * 2016-08-03 2019-09-27 青岛海信电器股份有限公司 A kind of internet of things equipment configuration method and internet-of-things terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1492309A2 (en) * 2003-06-23 2004-12-29 The Boc Group, Inc. Equipment area network
CN102868729A (en) * 2012-08-24 2013-01-09 中兴通讯股份有限公司 Method, client and cloud server for realizing software service based on cloud service
CN103763392A (en) * 2014-01-29 2014-04-30 百度在线网络技术(北京)有限公司 Control method, device and system for equipment
CN104320480A (en) * 2014-11-03 2015-01-28 中国联合网络通信集团有限公司 Control method for intelligent home equipment and cloud server
CN104572885A (en) * 2014-12-22 2015-04-29 广东美的制冷设备有限公司 Method and system for collecting and analyzing preference data of user function

Also Published As

Publication number Publication date
CN105511273A (en) 2016-04-20
CN105511273B (en) 2018-06-12
CN108646577A (en) 2018-10-12
CN108710304A (en) 2018-10-26
CN108646577B (en) 2021-06-01

Similar Documents

Publication Publication Date Title
CN108710304B (en) Client operation management method and client
US10264424B2 (en) Information processing method and central control device
US20210240721A1 (en) Application Recommending Method and System, and Server
CN111045901A (en) Container monitoring method and device, storage medium and electronic equipment
CN112612214B (en) Method and system for generating functional interface and electronic equipment
CN105227626A (en) Content pushing method and device and terminal
CN108958881A (en) Data processing method, device and computer readable storage medium
CN106445309A (en) Display method and device of application download entry
CN111464351B (en) Network distribution method and device for intelligent household equipment, terminal equipment and storage medium
CN105700872A (en) Control method and system for upgrading of application of intelligent terminal
CN105335192B (en) A kind of information processing method and electronic equipment
CN109086077A (en) A kind of operation method and device of application program
CN103257889A (en) Device and method for managing application programs of hybrid architecture system
CN106293814B (en) Upgrading method and device
CN113094064A (en) Gateway software module upgrading method, device, equipment and storage medium
CN113721936B (en) Application management method, intelligent terminal, device and storage medium
CN104951325B (en) A kind of information display method and electronic equipment
CN113448607B (en) Method and device for firmware upgrading and intelligent household appliance
CN108989428B (en) Bluetooth terminal upgrading method, server, computer readable storage medium and system
CN111506393A (en) ARM-based virtualization device and use method thereof
CN114840194A (en) Code and operating system generation method and device, server and electronic equipment
CN114185557A (en) Software product deployment method, device, medium and electronic equipment
CN111930391B (en) Application data processing method and device, server and user terminal
CN110213435B (en) Function display state processing method and system
CN114115074A (en) Device control method and device, computer readable storage medium, processor

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
CB02 Change of applicant information

Address after: 266100 No. 151, Zhuzhou Road, Laoshan District, Shandong, Qingdao

Applicant after: Hisense Video Technology Co.,Ltd.

Address before: 266100 No. 151, Zhuzhou Road, Laoshan District, Shandong, Qingdao

Applicant before: HISENSE ELECTRIC Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant