WO2022267706A1 - Information processing method, system and apparatus - Google Patents

Information processing method, system and apparatus Download PDF

Info

Publication number
WO2022267706A1
WO2022267706A1 PCT/CN2022/091191 CN2022091191W WO2022267706A1 WO 2022267706 A1 WO2022267706 A1 WO 2022267706A1 CN 2022091191 W CN2022091191 W CN 2022091191W WO 2022267706 A1 WO2022267706 A1 WO 2022267706A1
Authority
WO
WIPO (PCT)
Prior art keywords
target
control
current
instructions
instruction
Prior art date
Application number
PCT/CN2022/091191
Other languages
French (fr)
Chinese (zh)
Inventor
李艳春
郭继宾
路炎
李恒元
封荣杰
Original Assignee
青岛海尔空调器有限总公司
青岛海尔空调电子有限公司
海尔智家股份有限公司
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 青岛海尔空调器有限总公司, 青岛海尔空调电子有限公司, 海尔智家股份有限公司 filed Critical 青岛海尔空调器有限总公司
Publication of WO2022267706A1 publication Critical patent/WO2022267706A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L12/2816Controlling appliance services of a home automation network by calling their functionalities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2803Home automation networks
    • H04L12/2807Exchanging configuration information on appliance services in a home automation network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/80Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication

Definitions

  • the present application relates to the technical field of smart home appliances, for example, to an information processing method, system and device.
  • NFC Near Field Communication
  • Devices equipped with NFC function can use NFC technology for wireless interconnection when they are close to each other to realize data transmission.
  • NFC technology Near Field Communication
  • the developer usually writes the control program corresponding to the target home appliance in the NFC tag in advance, and the user puts the smart terminal, such as a smart mobile device such as a mobile phone, close to the NFC tag to obtain the control program, and The corresponding target home appliance is controlled according to the control program.
  • each NFC tag corresponds to only one control program, and its control method is relatively simple, and the degree of intelligence of home appliances is not high.
  • Embodiments of the present disclosure provide an information processing method, system and device to optimize the control logic of home appliances controlled by NFC technology, thereby improving the intelligence of home appliances.
  • the information processing method includes: the server obtains the first association relationship between multiple target control instructions associated with the target home appliance submitted by the client and the execution sequence of the target instructions, and the target identification information of the target home appliance, And save the target identification information in the NFC tag; when it is determined that the client reads the target identification information saved by the NFC tag, obtain the second association between the cumulative number of times read and the execution order of the target instruction; Read the number of times, determine the current instruction execution order from the second association relationship, and determine the current control instruction from the first association relationship according to the current instruction execution order; send the current control instruction to the control terminal associated with the target appliance, so that the control terminal Control the target home appliance to execute the current control instruction.
  • the information processing method includes: the client obtains the first association relationship between multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identification information of the target home appliance, and submits it to the server ; Read the NFC tag that stores the target identification information, so that the server can obtain the second association relationship between the cumulative number of reads and the execution order of the target instruction, and determine the current According to the execution order of the current instructions, the current control instruction is determined from the first association relationship, and the current control instruction is sent to the control terminal associated with the target home appliance for the control terminal to control the target home appliance to execute the current control instruction.
  • the information processing system includes a server, a control and at least one client.
  • the server is configured to obtain the first association relationship between multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and store the target identification information in the NFC tag;
  • the client reads the target identification information saved by the NFC tag
  • the second association relationship between the cumulative number of reads and the execution order of the target instruction is obtained; according to the current cumulative number of readings of the client, it is determined from the second association
  • the current instruction execution sequence and according to the current instruction execution sequence, determine the current control instruction from the first association relationship; send the current control instruction to the control terminal associated with the target appliance;
  • the client is configured to obtain the first association relationship and target identification information , submit to the server; read the target identification information stored in the NFC tag;
  • the control terminal is configured to obtain the current control instruction; control the target home appliance to execute the current control instruction.
  • the information processing device includes a processor and a memory storing program instructions.
  • the processor is configured to execute the above information processing method when executing the program instructions.
  • the server can determine the control command to be executed from multiple control commands according to the accumulated reading times of the client.
  • the control terminal can control the target home appliance to execute the control instruction.
  • one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances.
  • the user only needs to use one NFC tag to switch between multiple control commands, thereby reducing user costs and improving user experience.
  • FIG. 1 is a schematic diagram of an information processing system provided by an embodiment of the present disclosure
  • Fig. 2 is a flowchart of an information processing method provided by an embodiment of the present disclosure
  • Fig. 3 is a flowchart of an information processing method provided by an embodiment of the present disclosure.
  • FIG. 4 is a flowchart of an information processing method provided by an embodiment of the present disclosure.
  • FIG. 5 is a flowchart of an information processing method provided by an embodiment of the present disclosure.
  • FIG. 6 is a flowchart of an information processing method provided by an embodiment of the present disclosure.
  • FIG. 7 is a flowchart of an information processing method provided by an embodiment of the present disclosure.
  • Fig. 8 is a schematic diagram of an information processing device provided by an embodiment of the present disclosure.
  • 100 processor; 101: memory; 102: communication interface; 103: bus.
  • correspondence may refer to an association relationship or a binding relationship, and the correspondence between A and B means that there is an association relationship or a binding relationship between A and B.
  • a smart terminal refers to an electronic device with a wireless connection function.
  • the smart terminal can communicate with the home appliance by connecting to the Internet, or directly communicate with the home appliance through bluetooth, wifi, and other methods.
  • the smart terminal is, for example, a mobile device, a computer, or a vehicle-mounted device built into a hover vehicle, or any combination thereof.
  • the mobile device may include, for example, a mobile phone, a smart home device, a wearable device, a smart mobile device, a virtual reality device, etc., or any combination thereof, wherein the wearable device includes, for example, a smart watch, a smart bracelet, a pedometer, and the like.
  • FIG. 1 is a schematic diagram of an information processing system provided by an embodiment of the present disclosure.
  • the server can be deployed on the cloud server 11
  • the control terminal can be deployed on the target home appliance 12
  • at least one client can be deployed on the smart terminal 13 configured with the NFC function associated with the user. The three cooperate with each other.
  • the control logic of the home appliance controlled by the NFC technology is optimized, thereby improving the intelligence of the home appliance.
  • the smart terminal 13 obtains the first association relationship between the multiple target control instructions associated with the target home appliance 12 and the execution sequence of the target instructions, and the target identification information of the target home appliance 12, the client associated with the smart terminal 13 These information will be submitted to the server associated with the cloud server 11.
  • the server can save the target identification information in the NFC tag 14, so that the user puts the smart terminal 11 close to the NFC tag 14, and when the client senses the NFC tag 14 to read the stored target identification information, the server can use the client's The current accumulative number of reading times, call the second association relationship between the cumulative number of reading times and the execution order of the target instruction to determine the execution order of the current instruction, and determine the current control instruction by calling the first association relationship, so that the current control instruction will be subsequently It is sent to the control terminal associated with the target home appliance 12 for the control terminal to complete the control of the target home appliance 12 .
  • the control terminal associated with the target home appliance 12 for the control terminal to complete the control of the target home appliance 12 .
  • Fig. 2 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 2 , an embodiment of the present disclosure provides an information processing method applicable to a client, and the information processing method may include:
  • the client obtains the first association relationship between multiple target control instructions associated with the target home appliance and the execution sequence of the target instructions, as well as target identification information of the target home appliance, and submits it to the server.
  • the embodiments of the present disclosure may provide multiple implementations to obtain the first association relationship between the multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identification information of the target home appliance, which will be described with examples below.
  • the client associated with the smart terminal can provide a home appliance information display interface
  • the user can directly use the information entry module configured on the smart terminal to enable the client to obtain the first association relationship and target identification information by inputting information.
  • the information entry module can be embodied as a keyboard, through which the user can manually input multiple target control instructions associated with the target appliance, the execution order of the target instructions, and the target identification information of the target appliance for the client to collect and generate multiple target commands.
  • the keyboard may be an external physical keyboard associated with the home appliance information display interface, such as a keyboard on a remote control device; or, may be a virtual keyboard associated with the home appliance information display interface, such as a touch screen for displaying the home appliance information display interface.
  • the embodiments of the present disclosure may not make specific limitations.
  • the information input module can be embodied as a voice collection module, and the user can input multiple target control instructions and target instruction execution sequences associated with the target home appliance by voice, as well as the target identification information of the target home appliance, and the client performs voice recognition to obtain the first -Relationship and target identification information.
  • the client can obtain the first association relationship and target identification information conveniently and quickly.
  • the embodiments of the present disclosure may also provide a method for obtaining the first association relationship, and the client may automatically determine multiple targets after obtaining multiple target control instructions input by the user.
  • the execution order of the target instructions of the control instructions and then obtain the first association relationship between multiple target control instructions and the execution order of the target instructions, which helps to reduce the complexity of the user's operation, thereby improving the user experience and system services efficiency.
  • the client saves the execution sequence of the setting control commands associated with the target home appliance, multiple target control commands can be obtained, and if the multiple target control commands are all setting control commands, according to the setting Determine the sequence relationship of the instruction execution order, and determine the first association relationship. In this way, the first association relationship can be obtained accurately and directly.
  • the sequence of the execution sequence of the setting control commands can be: start control command, cooling mode control command, control command to adjust the temperature to 24°C, and shutdown control when the temperature is reached instruction.
  • the first association relationship between the target control instruction and the execution sequence of the target instruction can be shown in the following table 2-1.
  • the first step is to execute the command Cooling Mode Control Command
  • the second step is to execute the command Control command to adjust the temperature to 24°C
  • the third step is to execute the command Darwin Shutdown Control Command
  • the fourth step is to execute the command
  • the first association relationship can also be obtained in the following manner: when the client obtains multiple target control instructions, determine the control priorities of the multiple target control instructions; the client determines the execution order of the target instructions corresponding to the control priorities, and The first association relationship is determined according to the multiple target control instructions and the execution sequence of the target instructions. In this way, the execution order of the target instructions can be determined according to the priority of the target control instructions, thereby improving the intelligence of the client.
  • the client determines the control priorities of the multiple target control instructions, which may include: in the case that the multiple target control instructions are used to adjust different current environment parameters, the client obtains the target environment corresponding to each of the multiple target control instructions parameters; the client determines the adjustment priority of each current environment parameter according to the absolute value of the difference between each target environment parameter and the corresponding current environment parameter; the client determines the corresponding multiple targets according to the adjustment priority The control priority of the control instruction.
  • the target home appliance is an air conditioner
  • the current environmental parameters are: the current temperature is 28°C, the current humidity is 40%, the current fresh air volume is 10m 3 /(h ⁇ person), and the target environmental parameters corresponding to the target control instructions They are: the target temperature is 24°C, the target humidity is 55%, and the target fresh air volume is 20 cubic meters per hour.
  • the relationship between the absolute value of the difference between the target control parameters and the current environmental parameters is: fresh air volume
  • the adjustment priorities of the current environmental parameters from high to low are: current fresh air volume, current humidity, and current temperature;
  • the control priorities of multiple target control commands from high to low are: target control for adjusting the current fresh air volume instruction, a target control instruction for adjusting the current humidity, and a target control instruction for adjusting the current temperature.
  • the client reads the NFC tag that stores the target identification information, so that the server can obtain the second association relationship between the cumulative number of reads and the execution order of the target instruction, and based on the current cumulative number of reads of the client, from the second association Determine the execution order of the current instructions, and determine the current control instructions from the first association according to the execution order of the current instructions, and send the current control instructions to the control terminal associated with the target home appliance for the control terminal to control the target home appliance to execute the current control instructions.
  • the client reads the NFC tag that stores the target identification information, which can mean that when the distance between the smart terminal associated with the client and the NFC tag is less than or equal to 10 cm, the client can sense the NFC tag to read the stored target ID information.
  • the client only needs to submit to the client the first association relationship between multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identifier of the target home appliance.
  • the server can call the required association relationship according to the current accumulated reading times of the client to determine the current control command, and the control terminal can control the target home appliance Execute the current control instruction.
  • one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using the NFC technology to control the home appliance, and improving the intelligence of the home appliance.
  • users only need to use one NFC tag to switch between multiple control commands, which reduces user costs and improves user experience.
  • Fig. 3 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 3 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
  • the server obtains the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and stores the target identification information in the NFC tag.
  • the execution order of the target commands is as follows: the first step is to execute the start-up control command, the second step is to execute the cooling mode control command, the third step is to execute the control command to adjust the temperature to 24°C, and the fourth step is to execute the temperature control command. If the shutdown control instruction is used, then the second association relationship between the accumulated reading times and the execution sequence of the target instruction can be shown in the following table 3-1.
  • the server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
  • the current accumulative number of readings can be obtained in the following way: the server obtains the accumulative sensing times of the NFC tags sensed by the client; when the accumulative sensing times are less than or equal to the number of instructions for multiple target control commands, the server will accumulatively sense The number of times is determined as the current cumulative number of readings; when the cumulative number of sensings is greater than the number of instructions, the server determines the current cumulative number of readings as 1. In this way, it is helpful to determine the current control command from multiple target control commands and complete the sequential switching of control commands, so as to realize that one NFC tag corresponds to multiple control commands, optimize the control logic of using NFC technology to control home appliances, and improve the efficiency of home appliances. degree of intelligence.
  • the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
  • the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction.
  • one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances.
  • the user only needs to use one NFC tag to switch between multiple control commands, thereby reducing user costs and improving user experience.
  • Fig. 4 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 4 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
  • the server obtains the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and stores the target identification information in the NFC tag.
  • the server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
  • the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
  • the server obtains multiple historical association relationships between multiple historical control instructions associated with the target home appliance and historical execution sequences within a preset collection time period.
  • the preset collection period may be 15 days to 180 days.
  • multiple historical correlations are the same, which can reflect that within the preset collection time period, the user has not adjusted the control instructions associated with the target home appliance and the execution order of the instructions. Based on this, it can be considered that the user prefers the historical association relationship.
  • the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction.
  • one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances.
  • users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs.
  • pushing the historical association relationship to the user can reduce the operational complexity of reconfiguring the first association relationship each time for the user, and further improve the user experience.
  • Fig. 5 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 5 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
  • the server obtains multiple historical association relationships between multiple historical control instructions associated with the target home appliance and historical execution sequences within a preset collection time period.
  • the server obtains the first association relationship between multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and saves the target identification information in the NFC tag.
  • the first association relationship may be an association relationship between multiple target control instructions associated with the target home appliance reconfigured by the client and the execution order of the target instructions.
  • the server may directly determine the historical association as the first association.
  • the server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
  • the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
  • the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction.
  • one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances.
  • users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs.
  • pushing the historical association relationship to the user can reduce the operational complexity of reconfiguring the first association relationship each time for the user, and further improve the user experience.
  • Fig. 6 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 6 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
  • the server obtains the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and stores the target identification information in the NFC tag.
  • the server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
  • the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
  • the server determines a new current control instruction according to the new current accumulated reading times.
  • determining the new current control instruction according to the new current accumulated reading times may include: determining a new current instruction execution sequence from the second association relationship according to the new current accumulated reading times, and executing the new current instruction according to the new current accumulated reading times. In order, a new current control instruction is determined from the first association relationship. In this way, new control instructions can be accurately obtained, and the switching between multiple target control instructions can be completed, so that one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances and improving the intelligence of home appliances. degree of transformation.
  • the server sends the new current control command to the control terminal, so that the control terminal controls the target household appliance to switch from the current control command to the new current control command.
  • the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction.
  • one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances.
  • users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs.
  • Fig. 7 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 7 , an embodiment of the present disclosure provides an information processing method, and the information processing method may include:
  • the client obtains the first association relationship between the multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identification information of the target home appliance, and submits it to the server.
  • the server obtains the first association relationship and target identification information submitted by the client, and saves the target identification information in the NFC tag.
  • the client reads the NFC tag storing the target identification information.
  • the server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
  • the server sends the current control instruction to the control terminal associated with the target home appliance.
  • control terminal obtains the current control instruction, and controls the target home appliance to execute the current control instruction.
  • the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction.
  • one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances.
  • users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs.
  • Fig. 8 is a schematic diagram of an information processing device provided by an embodiment of the present disclosure.
  • an embodiment of the present disclosure provides an information processing device, including a processor (processor) 100 and a memory (memory) 101 .
  • the device may also include a communication interface (Communication Interface) 102 and a bus 103.
  • Communication interface 102 may be used for information transfer.
  • the processor 100 may call logic instructions in the memory 101 to execute the information processing method of the above-mentioned embodiments.
  • the above logic instructions in the memory 101 may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as an independent product.
  • the memory 101 can be used to store software programs and computer-executable programs, such as program instructions/modules corresponding to the methods in the embodiments of the present disclosure.
  • the processor 100 executes the program instructions/modules stored in the memory 101 to execute functional applications and data processing, that is, to implement the information processing methods in the above-mentioned embodiments.
  • the memory 101 may include a program storage area and a data storage area, wherein the program storage area may store an operating system and an application program required by at least one function; the data storage area may store data created according to the use of the terminal device, and the like.
  • the memory 101 may include a high-speed random access memory, and may also include a non-volatile memory.
  • An embodiment of the present disclosure provides a computer-readable storage medium, which stores computer-executable instructions, and the computer-executable instructions are configured to execute the above-mentioned information processing method.
  • An embodiment of the present disclosure provides a computer program product, the computer program product includes a computer program stored on a computer-readable storage medium, the computer program includes program instructions, and when the program instructions are executed by a computer, the The computer executes the above information processing method.
  • the above-mentioned computer-readable storage medium may be a transitory computer-readable storage medium, or a non-transitory computer-readable storage medium.
  • the technical solutions of the embodiments of the present disclosure can be embodied in the form of software products, which are stored in a storage medium and include one or more instructions to make a computer device (which can be a personal computer, a server, or a network equipment, etc.) to perform all or part of the steps of the method described in the embodiments of the present disclosure.
  • the aforementioned storage medium can be a non-transitory storage medium, including: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc.
  • the term “and/or” as used in this application is meant to include any and all possible combinations of one or more of the associated listed ones.
  • the term “comprise” and its variants “comprises” and/or comprising (comprising) etc. refer to stated features, integers, steps, operations, elements, and/or The presence of a component does not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groupings of these.
  • an element defined by the statement “comprising a " does not exclude the presence of additional identical elements in the process, method or apparatus comprising said element.
  • the disclosed methods and products can be implemented in other ways.
  • the device embodiments described above are only illustrative.
  • the division of the units may only be a logical function division.
  • multiple units or components may be combined Or it can be integrated into another system, or some features can be ignored, or not implemented.
  • the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms.
  • each functional unit in the embodiments of the present disclosure may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit.
  • each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more Executable instructions.
  • the functions noted in the block may occur out of the order noted in the figures.
  • two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • the operations or steps corresponding to different blocks may also occur in a different order than that disclosed in the description, and sometimes there is no specific agreement between different operations or steps.
  • each block in the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented by a dedicated hardware-based system that performs the specified function or action, or can be implemented by dedicated hardware implemented in combination with computer instructions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Automation & Control Theory (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The present application relates to the technical field of smart household appliances. Disclosed is an information processing method. The method comprises: a server obtaining a first association relationship between a plurality of target control instructions, which are associated with a target household appliance, and a target instruction execution sequence, and target identification information of the target household appliance, which are submitted by a client, and saving the target identification information in an NFC tag; insofar as it is determined that the client reads the target identification information, obtaining a second association relationship between the cumulative number of times of reading and the target instruction execution sequence; determining the current instruction execution sequence from the second association relationship according to the current cumulative number of times of reading, and determining the current control instruction from the first association relationship according to the current instruction execution sequence; and sending the current control instruction to a control terminal, which is associated with the target household appliance. In this way, one NFC tag can correspond to a plurality of control instructions, thereby optimizing the control logic of controlling a household appliance by using NFC technology. Further disclosed in the present application are an information processing system and an information processing apparatus.

Description

信息处理方法、系统和装置Information processing method, system and device
本申请基于申请号为202110706830.6、申请日为2021年6月24日的中国专利申请提出,并要求该中国专利申请的优先权,该中国专利申请的全部内容在此引入本申请作为参考。This application is based on a Chinese patent application with application number 202110706830.6 and a filing date of June 24, 2021, and claims the priority of this Chinese patent application. The entire content of this Chinese patent application is hereby incorporated by reference into this application.
技术领域technical field
本申请涉及智能家电技术领域,例如涉及一种信息处理方法、系统和装置。The present application relates to the technical field of smart home appliances, for example, to an information processing method, system and device.
背景技术Background technique
目前,NFC(Near Field Communication,近场通信)技术是一种短距离的高频无线通信技术,配置有NFC功能的设备可以在彼此靠近的情况下利用NFC技术进行无线互联,实现数据传输。随着智能家居产品的发展和普及,越来越多的家电设备支持NFC功能,利用NFC技术对家电设备进行控制成为新的发展方向。At present, NFC (Near Field Communication) technology is a short-distance high-frequency wireless communication technology. Devices equipped with NFC function can use NFC technology for wireless interconnection when they are close to each other to realize data transmission. With the development and popularization of smart home products, more and more home appliances support the NFC function, and using NFC technology to control home appliances has become a new development direction.
现有的家电控制方案中,通常都是开发人员预先在NFC标签中写入目标家电对应的控制程序,由用户将智能终端,如手机等智能移动设备,贴近该NFC标签以便获得控制程序,并根据该控制程序控制对应的目标家电。可见,这种方案中每个NFC标签仅对应一个控制程序,其控制方式较为单一,家电设备的智能化程度不高。In the existing home appliance control scheme, the developer usually writes the control program corresponding to the target home appliance in the NFC tag in advance, and the user puts the smart terminal, such as a smart mobile device such as a mobile phone, close to the NFC tag to obtain the control program, and The corresponding target home appliance is controlled according to the control program. It can be seen that in this solution, each NFC tag corresponds to only one control program, and its control method is relatively simple, and the degree of intelligence of home appliances is not high.
发明内容Contents of the invention
为了对披露的实施例的一些方面有基本的理解,下面给出了简单的概括。所述概括不是泛泛评述,也不是要确定关键/重要组成元素或描绘这些实施例的保护范围,而是作为后面的详细说明的序言。In order to provide a basic understanding of some aspects of the disclosed embodiments, a brief summary is presented below. The summary is not intended to be an extensive overview nor to identify key/important elements or to delineate the scope of these embodiments, but rather serves as a prelude to the detailed description that follows.
本公开实施例提供了一种信息处理方法、系统和装置,以优化利用NFC技术控制家电设备的控制逻辑,从而提高家电设备的智能化程度。Embodiments of the present disclosure provide an information processing method, system and device to optimize the control logic of home appliances controlled by NFC technology, thereby improving the intelligence of home appliances.
在一些实施例中,所述信息处理方法包括:服务端获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,并将目标标识信息保存于NFC标签;确定客户端读取到NFC标签保存的目标标识信息的情况下,获得累计读取次数和目标指令执行顺序之间的第二关联关系;根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令;将当前控制指令发送至目标家电关联的控制端,以 便控制端控制目标家电执行当前控制指令。In some embodiments, the information processing method includes: the server obtains the first association relationship between multiple target control instructions associated with the target home appliance submitted by the client and the execution sequence of the target instructions, and the target identification information of the target home appliance, And save the target identification information in the NFC tag; when it is determined that the client reads the target identification information saved by the NFC tag, obtain the second association between the cumulative number of times read and the execution order of the target instruction; Read the number of times, determine the current instruction execution order from the second association relationship, and determine the current control instruction from the first association relationship according to the current instruction execution order; send the current control instruction to the control terminal associated with the target appliance, so that the control terminal Control the target home appliance to execute the current control instruction.
在一些实施例中,所述信息处理方法包括:客户端获得目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,提交至服务端;读取保存有目标标识信息的NFC标签,以便服务端获得累计读取次数和目标指令执行顺序之间的第二关联关系,根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令,将当前控制指令发送至目标家电关联的控制端,供控制端控制目标家电执行当前控制指令。In some embodiments, the information processing method includes: the client obtains the first association relationship between multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identification information of the target home appliance, and submits it to the server ; Read the NFC tag that stores the target identification information, so that the server can obtain the second association relationship between the cumulative number of reads and the execution order of the target instruction, and determine the current According to the execution order of the current instructions, the current control instruction is determined from the first association relationship, and the current control instruction is sent to the control terminal associated with the target home appliance for the control terminal to control the target home appliance to execute the current control instruction.
在一些实施例中,所述信息处理系统包括服务端、控制端以及至少一个客户端。服务端被配置为获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,并将目标标识信息保存于NFC标签;确定客户端读取NFC标签保存的目标标识信息的情况下,获得累计读取次数和目标指令执行顺序之间的第二关联关系;根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令;将当前控制指令发送至目标家电关联的控制端;客户端被配置为获得第一关联关系和目标标识信息,提交至服务端;读取NFC标签保存的目标标识信息;控制端被配置为获得当前控制指令;控制目标家电执行当前控制指令。In some embodiments, the information processing system includes a server, a control and at least one client. The server is configured to obtain the first association relationship between multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and store the target identification information in the NFC tag; When it is determined that the client reads the target identification information saved by the NFC tag, the second association relationship between the cumulative number of reads and the execution order of the target instruction is obtained; according to the current cumulative number of readings of the client, it is determined from the second association The current instruction execution sequence, and according to the current instruction execution sequence, determine the current control instruction from the first association relationship; send the current control instruction to the control terminal associated with the target appliance; the client is configured to obtain the first association relationship and target identification information , submit to the server; read the target identification information stored in the NFC tag; the control terminal is configured to obtain the current control instruction; control the target home appliance to execute the current control instruction.
在一些实施例中,所述信息处理装置包括处理器和存储有程序指令的存储器。处理器被配置为在执行程序指令时,执行上述的信息处理方法。In some embodiments, the information processing device includes a processor and a memory storing program instructions. The processor is configured to execute the above information processing method when executing the program instructions.
本公开实施例提供的信息处理方法、系统和装置,可以实现以下技术效果:The information processing method, system, and device provided by the embodiments of the present disclosure can achieve the following technical effects:
通过服务端、客户端和控制端三者的配合,当客户端通过NFC技术感应到NFC标签时,服务端可以根据客户端的累计读取次数,从多个控制指令中确定需要执行的控制指令,同时控制端可以控制目标家电执行该控制指令。和现有技术相比,这样可以实现一个NFC标签对应多个控制指令,从而优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。此外,用户仅需要使用一个NFC标签就能实现多个控制指令的切换,因此降低了用户成本,提高了用户的使用体验。Through the cooperation of the server, the client and the control terminal, when the client senses the NFC tag through NFC technology, the server can determine the control command to be executed from multiple control commands according to the accumulated reading times of the client. At the same time, the control terminal can control the target home appliance to execute the control instruction. Compared with the prior art, in this way, one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances. In addition, the user only needs to use one NFC tag to switch between multiple control commands, thereby reducing user costs and improving user experience.
以上的总体描述和下文中的描述仅是示例性和解释性的,不用于限制本申请。The foregoing general description and the following description are exemplary and explanatory only and are not intended to limit the application.
附图说明Description of drawings
一个或多个实施例通过与之对应的附图进行示例性说明,这些示例性说明和附图并不构成对实施例的限定,附图中具有相同参考数字标号的元件示为类似的元件,附图不构成比例限制,并且其中:One or more embodiments are exemplified by the corresponding drawings, and these exemplifications and drawings do not constitute a limitation to the embodiments, and elements with the same reference numerals in the drawings are shown as similar elements, The drawings are not limited to scale and in which:
图1是本公开实施例提供的一个信息处理系统的示意图;FIG. 1 is a schematic diagram of an information processing system provided by an embodiment of the present disclosure;
图2是本公开实施例提供的一个信息处理方法的流程图;Fig. 2 is a flowchart of an information processing method provided by an embodiment of the present disclosure;
图3是本公开实施例提供的一个信息处理方法的流程图;Fig. 3 is a flowchart of an information processing method provided by an embodiment of the present disclosure;
图4是本公开实施例提供的一个信息处理方法的流程图;FIG. 4 is a flowchart of an information processing method provided by an embodiment of the present disclosure;
图5是本公开实施例提供的一个信息处理方法的流程图;FIG. 5 is a flowchart of an information processing method provided by an embodiment of the present disclosure;
图6是本公开实施例提供的一个信息处理方法的流程图;FIG. 6 is a flowchart of an information processing method provided by an embodiment of the present disclosure;
图7是本公开实施例提供的一个信息处理方法的流程图;FIG. 7 is a flowchart of an information processing method provided by an embodiment of the present disclosure;
图8是本公开实施例提供的一个信息处理装置的示意图。Fig. 8 is a schematic diagram of an information processing device provided by an embodiment of the present disclosure.
附图标记:Reference signs:
11:云端服务器;12:目标家电;13:智能终端;14:NFC标签;11: cloud server; 12: target home appliance; 13: smart terminal; 14: NFC tag;
100:处理器;101:存储器;102:通信接口;103:总线。100: processor; 101: memory; 102: communication interface; 103: bus.
具体实施方式detailed description
为了能够更加详尽地了解本公开实施例的特点与技术内容,下面结合附图对本公开实施例的实现进行详细阐述,所附附图仅供参考说明之用,并非用来限定本公开实施例。在以下的技术描述中,为方便解释起见,通过多个细节以提供对所披露实施例的充分理解。然而,在没有这些细节的情况下,一个或多个实施例仍然可以实施。在其它情况下,为简化附图,熟知的结构和装置可以简化展示。In order to understand the characteristics and technical content of the embodiments of the present disclosure in more detail, the implementation of the embodiments of the present disclosure will be described in detail below in conjunction with the accompanying drawings. The attached drawings are only for reference and description, and are not intended to limit the embodiments of the present disclosure. In the following technical description, for purposes of explanation, numerous details are set forth in order to provide a thorough understanding of the disclosed embodiments. However, one or more embodiments may be practiced without these details. In other instances, well-known structures and devices may be shown simplified in order to simplify the drawings.
本公开实施例的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本公开实施例的实施例。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含。The terms "first", "second" and the like in the description and claims of the embodiments of the present disclosure and the above drawings are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence. It should be understood that the data so used may be interchanged under appropriate circumstances so as to facilitate the embodiments of the disclosed embodiments described herein. Furthermore, the terms "comprising" and "having", as well as any variations thereof, are intended to cover a non-exclusive inclusion.
除非另有说明,术语“多个”表示两个或两个以上。Unless stated otherwise, the term "plurality" means two or more.
术语“对应”可以指的是一种关联关系或绑定关系,A与B相对应指的是A与B之间是一种关联关系或绑定关系。The term "correspondence" may refer to an association relationship or a binding relationship, and the correspondence between A and B means that there is an association relationship or a binding relationship between A and B.
本公开实施例中,智能终端是指具有无线连接功能的电子设备,智能终端可以通过连接互联网,与家电设备进行通信连接,也可以直接通过蓝牙、wifi等方式与家电设备进行通信连接。在一些实施例中,智能终端例如为移动设备、电脑,或悬浮车中内置的车载设备等,或其任意组合。移动设备例如可以包括手机、智能家居设备、可穿戴设备、智能移动设备、虚拟现实设备等,或其任意组合,其中,可穿戴设备例如包括:智能手表、智能手环、计步器等。In the embodiments of the present disclosure, a smart terminal refers to an electronic device with a wireless connection function. The smart terminal can communicate with the home appliance by connecting to the Internet, or directly communicate with the home appliance through bluetooth, wifi, and other methods. In some embodiments, the smart terminal is, for example, a mobile device, a computer, or a vehicle-mounted device built into a hover vehicle, or any combination thereof. The mobile device may include, for example, a mobile phone, a smart home device, a wearable device, a smart mobile device, a virtual reality device, etc., or any combination thereof, wherein the wearable device includes, for example, a smart watch, a smart bracelet, a pedometer, and the like.
本公开实施例提供一种信息处理系统,可以包括服务端、控制端以及至少一个客户端。图1是本公开实施例提供的一个信息处理系统的示意图。结合图1所示,服务端可以部署于云端服务器11,控制端可以部署于目标家电12,至少一个客户端可以分别于部署于用户关联的配置有NFC功能的智能终端13,三者互相配合,通过本申请实施例提供的方案,优化利用NFC技术控制家电设备的控制逻辑,从而提高家电设备的智能化程度。An embodiment of the present disclosure provides an information processing system, which may include a server, a control end, and at least one client. Fig. 1 is a schematic diagram of an information processing system provided by an embodiment of the present disclosure. As shown in FIG. 1, the server can be deployed on the cloud server 11, the control terminal can be deployed on the target home appliance 12, and at least one client can be deployed on the smart terminal 13 configured with the NFC function associated with the user. The three cooperate with each other. Through the solution provided by the embodiment of the present application, the control logic of the home appliance controlled by the NFC technology is optimized, thereby improving the intelligence of the home appliance.
在实际应用过程中,智能终端13获得目标家电12关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电12的目标标识信息时,智能终端13关联的客户端会将这些信息提交至云端服务器11关联的服务端。In the actual application process, when the smart terminal 13 obtains the first association relationship between the multiple target control instructions associated with the target home appliance 12 and the execution sequence of the target instructions, and the target identification information of the target home appliance 12, the client associated with the smart terminal 13 These information will be submitted to the server associated with the cloud server 11.
对应地,服务端可以将目标标识信息保存于NFC标签14,这样用户将智能终端11贴近NFC标签14,由客户端感应NFC标签14读取其存储的目标标识信息时,服务端可以根据客户端的当前累计读取次数,调用累计读取次数和目标指令执行顺序之间的第二关联关系,以确定当前指令执行顺序,并通过调用第一关联关系,确定当前控制指令,以便后续将当前控制指令发送至目标家电12关联的控制端,供控制端来完成对目标家电12的控制。具体实现方式可参见下文所做介绍。Correspondingly, the server can save the target identification information in the NFC tag 14, so that the user puts the smart terminal 11 close to the NFC tag 14, and when the client senses the NFC tag 14 to read the stored target identification information, the server can use the client's The current accumulative number of reading times, call the second association relationship between the cumulative number of reading times and the execution order of the target instruction to determine the execution order of the current instruction, and determine the current control instruction by calling the first association relationship, so that the current control instruction will be subsequently It is sent to the control terminal associated with the target home appliance 12 for the control terminal to complete the control of the target home appliance 12 . For the specific implementation, please refer to the introduction below.
图2是本公开实施例提供的一个信息处理方法的流程图。结合图2所示,本公开实施例提供一种可应用于客户端的信息处理方法,该信息处理方法可以包括:Fig. 2 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 2 , an embodiment of the present disclosure provides an information processing method applicable to a client, and the information processing method may include:
S21,客户端获得目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,提交至服务端。S21. The client obtains the first association relationship between multiple target control instructions associated with the target home appliance and the execution sequence of the target instructions, as well as target identification information of the target home appliance, and submits it to the server.
这里,本公开实施例可以提供多种实现方式获得目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,下面举例说明。Here, the embodiments of the present disclosure may provide multiple implementations to obtain the first association relationship between the multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identification information of the target home appliance, which will be described with examples below.
一种方式下,如果智能终端关联的客户端可以提供家电信息展示界面,则用户可以直接使用智能终端配置的信息录入模块,通过输入信息的方式,使客户端获得第一关联关系和目标标识信息。In one way, if the client associated with the smart terminal can provide a home appliance information display interface, the user can directly use the information entry module configured on the smart terminal to enable the client to obtain the first association relationship and target identification information by inputting information. .
具体地,信息录入模块可以体现为键盘,用户可以通过键盘手动输入目标家电关联的多个目标控制指令和目标指令执行顺序,以及目标家电的目标标识信息,供客户端采集,并生成多个目标控制指令和目标指令执行顺序之间的第一关联关系。这里,键盘可以是与家电信息展示界面关联的外置实体键盘,如遥控装置上的键盘;或者,可以是家电信息展示界面关联的虚拟键盘,如用于显示家电信息展示界面的触控屏。对此,本公开实施例可不做具体限定。Specifically, the information entry module can be embodied as a keyboard, through which the user can manually input multiple target control instructions associated with the target appliance, the execution order of the target instructions, and the target identification information of the target appliance for the client to collect and generate multiple target commands. A first association relationship between the execution order of the control instruction and the target instruction. Here, the keyboard may be an external physical keyboard associated with the home appliance information display interface, such as a keyboard on a remote control device; or, may be a virtual keyboard associated with the home appliance information display interface, such as a touch screen for displaying the home appliance information display interface. In this regard, the embodiments of the present disclosure may not make specific limitations.
或者,信息录入模块可以体现为语音采集模块,用户可以通过语音方式输入目标家电关联的多个目标控制指令和目标指令执行顺序,以及目标家电的目标标识信息,由客户端 进行语音识别,获得第一关联关系和目标标识信息。Alternatively, the information input module can be embodied as a voice collection module, and the user can input multiple target control instructions and target instruction execution sequences associated with the target home appliance by voice, as well as the target identification information of the target home appliance, and the client performs voice recognition to obtain the first -Relationship and target identification information.
如此,可以使客户端方便快捷地获得第一关联关系和目标标识信息。In this way, the client can obtain the first association relationship and target identification information conveniently and quickly.
另一种方式下,为了简化用户操作,本公开实施例还可以提供一种第一关联关系的获得方法,客户端可以在获得用户输入的多个目标控制指令的情况下,自动确定多个目标控制指令的目标指令执行顺序,进而得到多个目标控制指令和目标指令执行顺序之间的第一关联关系,这样有助于降低用户的操作复杂度,从而提升了用户的使用体验和系统的服务效率。In another way, in order to simplify user operations, the embodiments of the present disclosure may also provide a method for obtaining the first association relationship, and the client may automatically determine multiple targets after obtaining multiple target control instructions input by the user. The execution order of the target instructions of the control instructions, and then obtain the first association relationship between multiple target control instructions and the execution order of the target instructions, which helps to reduce the complexity of the user's operation, thereby improving the user experience and system services efficiency.
具体地,如果客户端保存有目标家电关联的设定控制指令的设定指令执行顺序,则可以获得多个目标控制指令,且多个目标控制指令均为设定控制指令的情况下,根据设定指令执行顺序的先后关系,确定第一关联关系。如此,可以准确直接地得到第一关联关系。Specifically, if the client saves the execution sequence of the setting control commands associated with the target home appliance, multiple target control commands can be obtained, and if the multiple target control commands are all setting control commands, according to the setting Determine the sequence relationship of the instruction execution order, and determine the first association relationship. In this way, the first association relationship can be obtained accurately and directly.
在实际应用过程中,如果目标家电为空调,设定控制指令的设定指令执行顺序的先后关系可以为:开机控制指令、制冷模式控制指令、调节温度为24℃的控制指令、达温停机控制指令。对应于此,目标控制指令和目标指令执行顺序之间的第一关联关系,可如下表2-1所示。In the actual application process, if the target home appliance is an air conditioner, the sequence of the execution sequence of the setting control commands can be: start control command, cooling mode control command, control command to adjust the temperature to 24°C, and shutdown control when the temperature is reached instruction. Correspondingly, the first association relationship between the target control instruction and the execution sequence of the target instruction can be shown in the following table 2-1.
目标控制指令target control instruction 目标指令执行顺序Target instruction execution order
开机控制指令boot control command 第一步执行该指令The first step is to execute the command
制冷模式控制指令Cooling Mode Control Command 第二步执行该指令The second step is to execute the command
调节温度为24℃的控制指令Control command to adjust the temperature to 24°C 第三步执行该指令The third step is to execute the command
达温停机控制指令Darwin Shutdown Control Command 第四步执行该指令The fourth step is to execute the command
表2-1table 2-1
此外,第一关联关系还可以通过如下方式获得:客户端获得多个目标控制指令的情况下,确定多个目标控制指令的控制优先级;客户端确定控制优先级对应的目标指令执行顺序,并根据多个目标控制指令和目标指令执行顺序,确定第一关联关系。如此,可以根据目标控制指令的优先程度,确定目标指令执行顺序,从而提高客户端的智能化程度。In addition, the first association relationship can also be obtained in the following manner: when the client obtains multiple target control instructions, determine the control priorities of the multiple target control instructions; the client determines the execution order of the target instructions corresponding to the control priorities, and The first association relationship is determined according to the multiple target control instructions and the execution sequence of the target instructions. In this way, the execution order of the target instructions can be determined according to the priority of the target control instructions, thereby improving the intelligence of the client.
这里,客户端确定多个目标控制指令的控制优先级,可以包括:在多个目标控制指令表示用于调节不同的当前环境参数的情况下,客户端获得多个目标控制指令各自对应的目标环境参数;客户端根据各目标环境参数和对应的当前环境参数之间的差值的绝对值的大小关系,确定各当前环境参数的调节优先级;客户端根据调节优先级,确定对应的多个目标控制指令的控制优先级。Here, the client determines the control priorities of the multiple target control instructions, which may include: in the case that the multiple target control instructions are used to adjust different current environment parameters, the client obtains the target environment corresponding to each of the multiple target control instructions parameters; the client determines the adjustment priority of each current environment parameter according to the absolute value of the difference between each target environment parameter and the corresponding current environment parameter; the client determines the corresponding multiple targets according to the adjustment priority The control priority of the control instruction.
目标环境参数和当前环境参数之间的差值的绝对值越大,则说明当前环境参数越需要调节,其调节优先级就越高,对应的目标控制指令的控制优先级就越高;目标控制参数和 当前环境参数之间的差值的绝对值越小,则说明当前环境参数越不需要调节,其调节优先级就越低,对应的目标控制指令的控制优先级就越低。如此,进一步地根据当前环境参数的调节需求,确定控制优先级,可以提高客户端的智能化程度。The greater the absolute value of the difference between the target environment parameter and the current environment parameter, the more the current environment parameter needs to be adjusted, the higher the adjustment priority, and the higher the control priority of the corresponding target control command; The smaller the absolute value of the difference between the parameter and the current environment parameter, the less the current environment parameter needs to be adjusted, the lower its adjustment priority, and the lower the control priority of the corresponding target control instruction. In this way, further determining the control priority according to the adjustment requirements of the current environmental parameters can improve the intelligence of the client.
在实际应用过程中,如果目标家电为空调,当前环境参数分别为:当前温度28℃、当前湿度40%、当前新风量为10m 3/(h﹒人),目标控制指令各自对应的目标环境参数分别为:目标温度24℃、目标湿度55%、目标新风量为20立方米/(小时﹒人),则目标控制参数和当前环境参数之间的差值的绝对值的大小关系为:新风量差值的绝对值>湿度差值的绝对值>温度差值的绝对值。对应地,当前环境参数的调节优先级从高到低为:当前新风量、当前湿度、当前温度;多个目标控制指令的控制优先级从高到低为:用于调节当前新风量的目标控制指令、用于调节当前湿度的目标控制指令、用于调节当前温度的目标控制指令。 In the actual application process, if the target home appliance is an air conditioner, the current environmental parameters are: the current temperature is 28°C, the current humidity is 40%, the current fresh air volume is 10m 3 /(h·person), and the target environmental parameters corresponding to the target control instructions They are: the target temperature is 24°C, the target humidity is 55%, and the target fresh air volume is 20 cubic meters per hour. The relationship between the absolute value of the difference between the target control parameters and the current environmental parameters is: fresh air volume The absolute value of the difference > the absolute value of the humidity difference > the absolute value of the temperature difference. Correspondingly, the adjustment priorities of the current environmental parameters from high to low are: current fresh air volume, current humidity, and current temperature; the control priorities of multiple target control commands from high to low are: target control for adjusting the current fresh air volume instruction, a target control instruction for adjusting the current humidity, and a target control instruction for adjusting the current temperature.
S22,客户端读取保存有目标标识信息的NFC标签,以便服务端获得累计读取次数和目标指令执行顺序之间的第二关联关系,根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令,将当前控制指令发送至目标家电关联的控制端,供控制端控制目标家电执行当前控制指令。S22, the client reads the NFC tag that stores the target identification information, so that the server can obtain the second association relationship between the cumulative number of reads and the execution order of the target instruction, and based on the current cumulative number of reads of the client, from the second association Determine the execution order of the current instructions, and determine the current control instructions from the first association according to the execution order of the current instructions, and send the current control instructions to the control terminal associated with the target home appliance for the control terminal to control the target home appliance to execute the current control instructions.
客户端读取保存有目标标识信息的NFC标签,可以指客户端关联的智能终端与NFC标签之间的距离小于或等于10厘米时,客户端可以感应NFC标签,以读取其存储的目标标识信息。The client reads the NFC tag that stores the target identification information, which can mean that when the distance between the smart terminal associated with the client and the NFC tag is less than or equal to 10 cm, the client can sense the NFC tag to read the stored target ID information.
综上,采用本公开实施例提供的信息处理方法,客户端仅需要向客户端提交目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,并在贴近NFC标签时读取该NFC保存的目标标识信息,服务端就可以根据客户端的当前累计读取次数,调用需要的关联关系,以确定当前控制指令,同时控制端可以控制目标家电执行该当前控制指令。这样,可以实现一个NFC标签对应多个控制指令,从而优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。此外,用户仅需要使用一个NFC标签就能实现多个控制指令的切换,降低了用户成本,提高了用户的使用体验。To sum up, using the information processing method provided by the embodiments of the present disclosure, the client only needs to submit to the client the first association relationship between multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identifier of the target home appliance. information, and read the target identification information saved by the NFC when it is close to the NFC tag, the server can call the required association relationship according to the current accumulated reading times of the client to determine the current control command, and the control terminal can control the target home appliance Execute the current control instruction. In this way, one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using the NFC technology to control the home appliance, and improving the intelligence of the home appliance. In addition, users only need to use one NFC tag to switch between multiple control commands, which reduces user costs and improves user experience.
图3是本公开实施例提供的一个信息处理方法的流程图。结合图3所示,本公开实施例提供一种可应用于服务端的信息处理方法,该信息处理方法可以包括:Fig. 3 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 3 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
S31,服务端获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,并将目标标识信息保存于NFC 标签。S31. The server obtains the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and stores the target identification information in the NFC tag.
S32,服务端确定客户端读取到NFC标签保存的目标标识信息的情况下,获得累计读取次数和目标指令执行顺序之间的第二关联关系。S32. When the server determines that the client has read the target identification information stored in the NFC tag, obtain a second correlation between the accumulated number of reads and the execution order of the target instructions.
这里,如果目标家电为空调,目标指令执行顺序为:第一步执行开机控制指令、第二步执行制冷模式控制指令、第三步执行调节温度为24℃的控制指令、第四步执行达温停机控制指令,那么累计读取次数和目标指令执行顺序之间的第二关联关系,可如下表3-1所示。Here, if the target home appliance is an air conditioner, the execution order of the target commands is as follows: the first step is to execute the start-up control command, the second step is to execute the cooling mode control command, the third step is to execute the control command to adjust the temperature to 24°C, and the fourth step is to execute the temperature control command. If the shutdown control instruction is used, then the second association relationship between the accumulated reading times and the execution sequence of the target instruction can be shown in the following table 3-1.
Figure PCTCN2022091191-appb-000001
Figure PCTCN2022091191-appb-000001
表3-1Table 3-1
S33,服务端根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令。S33. The server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
这里,当前累计读取次数可以通过如下方式获得:服务端获得客户端感应NFC标签的累计感应次数;在累计感应次数小于或等于多个目标控制指令的指令数量的情况下,服务端将累计感应次数确定为当前累计读取次数;在累计感应次数大于指令数量的情况下,服务端将当前累计读取次数确定为1。这样,有助于后续从多个目标控制指令中确定当前控制指令,完成控制指令的依次切换,从而实现一个NFC标签对应多个控制指令,优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。Here, the current accumulative number of readings can be obtained in the following way: the server obtains the accumulative sensing times of the NFC tags sensed by the client; when the accumulative sensing times are less than or equal to the number of instructions for multiple target control commands, the server will accumulatively sense The number of times is determined as the current cumulative number of readings; when the cumulative number of sensings is greater than the number of instructions, the server determines the current cumulative number of readings as 1. In this way, it is helpful to determine the current control command from multiple target control commands and complete the sequential switching of control commands, so as to realize that one NFC tag corresponds to multiple control commands, optimize the control logic of using NFC technology to control home appliances, and improve the efficiency of home appliances. degree of intelligence.
S34,服务端将当前控制指令发送至目标家电关联的控制端,以便控制端控制目标家电执行当前控制指令。S34, the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
综上,采用本公开实施例提供的信息处理方法,通过服务端、客户端和控制端三者的配合,当客户端通过NFC技术感应到NFC标签时,服务端可以根据客户端的累计读取次数,从多个控制指令中确定需要执行的控制指令,同时控制端可以控制目标家电执行该控制指令。和现有技术相比,这样可以实现一个NFC标签对应多个控制指令,从而优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。此外,用户仅需要使用一个NFC标签就能实现多个控制指令的切换,因此降低了用户成本,提高了用户的使用体验。To sum up, using the information processing method provided by the embodiment of the present disclosure, through the cooperation of the server, the client and the control terminal, when the client senses the NFC tag through NFC technology, the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction. Compared with the prior art, in this way, one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances. In addition, the user only needs to use one NFC tag to switch between multiple control commands, thereby reducing user costs and improving user experience.
图4是本公开实施例提供的一个信息处理方法的流程图。结合图4所示,本公开实施例提供一种可应用于服务端的信息处理方法,该信息处理方法可以包括:Fig. 4 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 4 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
S31,服务端获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,并将目标标识信息保存于NFC标签。S31. The server obtains the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and stores the target identification information in the NFC tag.
S32,服务端确定客户端读取到NFC标签保存的目标标识信息的情况下,获得累计读取次数和目标指令执行顺序之间的第二关联关系。S32. When the server determines that the client has read the target identification information stored in the NFC tag, obtain a second correlation between the accumulated number of reads and the execution order of the target instructions.
S33,服务端根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令。S33. The server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
S34,服务端将当前控制指令发送至目标家电关联的控制端,以便控制端控制目标家电执行当前控制指令。S34, the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
S41,服务端获得预设采集时长内目标家电关联的多个历史控制指令和历史执行顺序之间的多个历史关联关系。S41. The server obtains multiple historical association relationships between multiple historical control instructions associated with the target home appliance and historical execution sequences within a preset collection time period.
这里,预设采集时长可以体现为15天~180天。Here, the preset collection period may be 15 days to 180 days.
S42,在多个历史关联关系相同的情况下,服务端将历史关联关系推送至客户端。S42. In the case that multiple historical associations are the same, the server pushes the historical associations to the client.
这里,多个历史关联关系相同,可以体现出预设采集时长内,用户并未调整目标家电关联的控制指令和指令执行顺序。基于此,可以认为用户偏好于该历史关联关系。Here, multiple historical correlations are the same, which can reflect that within the preset collection time period, the user has not adjusted the control instructions associated with the target home appliance and the execution order of the instructions. Based on this, it can be considered that the user prefers the historical association relationship.
综上,采用本公开实施例提供的信息处理方法,通过服务端、客户端和控制端三者的配合,当客户端通过NFC技术感应到NFC标签时,服务端可以根据客户端的累计读取次数,从多个控制指令中确定需要执行的控制指令,同时控制端可以控制目标家电执行该控制指令。和现有技术相比,这样可以实现一个NFC标签对应多个控制指令,从而优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。此外,用户仅需要使用一个NFC标签就能实现多个控制指令的切换,因此降低了用户成本。同时,向用户推送该历史关联关系,可以降低用户每次重新配置第一关联关系的操作复杂度,进一步提高用户的使用体验。To sum up, using the information processing method provided by the embodiment of the present disclosure, through the cooperation of the server, the client and the control terminal, when the client senses the NFC tag through NFC technology, the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction. Compared with the prior art, in this way, one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances. In addition, users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs. At the same time, pushing the historical association relationship to the user can reduce the operational complexity of reconfiguring the first association relationship each time for the user, and further improve the user experience.
图5是本公开实施例提供的一个信息处理方法的流程图。结合图5所示,本公开实施例提供一种可应用于服务端的信息处理方法,该信息处理方法可以包括:Fig. 5 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 5 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
S41,服务端获得预设采集时长内目标家电关联的多个历史控制指令和历史执行顺序之间的多个历史关联关系。S41. The server obtains multiple historical association relationships between multiple historical control instructions associated with the target home appliance and historical execution sequences within a preset collection time period.
S42,在多个历史关联关系相同的情况下,服务端将历史关联关系推送至客户端。S42. In the case that multiple historical associations are the same, the server pushes the historical associations to the client.
S31,服务端获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺 序之间的第一关联关系,以及目标家电的目标标识信息,并将目标标识信息保存于NFC标签。S31. The server obtains the first association relationship between multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and saves the target identification information in the NFC tag.
这里,第一关联关系,可以是客户端重新配置的目标家电关联的多个目标控制指令和目标指令执行顺序之间的关联关系。或者,如果服务端获得客户端提交的历史关联关系确认请求,则可以直接将历史关联关系确定为第一关联关系。Here, the first association relationship may be an association relationship between multiple target control instructions associated with the target home appliance reconfigured by the client and the execution order of the target instructions. Alternatively, if the server obtains the historical association confirmation request submitted by the client, it may directly determine the historical association as the first association.
S32,服务端确定客户端读取到NFC标签保存的目标标识信息的情况下,获得累计读取次数和目标指令执行顺序之间的第二关联关系。S32. When the server determines that the client has read the target identification information stored in the NFC tag, obtain a second correlation between the accumulated number of reads and the execution order of the target instructions.
S33,服务端根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令。S33. The server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
S34,服务端将当前控制指令发送至目标家电关联的控制端,以便控制端控制目标家电执行当前控制指令。S34, the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
综上,采用本公开实施例提供的信息处理方法,通过服务端、客户端和控制端三者的配合,当客户端通过NFC技术感应到NFC标签时,服务端可以根据客户端的累计读取次数,从多个控制指令中确定需要执行的控制指令,同时控制端可以控制目标家电执行该控制指令。和现有技术相比,这样可以实现一个NFC标签对应多个控制指令,从而优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。此外,用户仅需要使用一个NFC标签就能实现多个控制指令的切换,因此降低了用户成本。同时,向用户推送该历史关联关系,可以降低用户每次重新配置第一关联关系的操作复杂度,进一步提高用户的使用体验。To sum up, using the information processing method provided by the embodiment of the present disclosure, through the cooperation of the server, the client and the control end, when the client senses the NFC tag through NFC technology, the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction. Compared with the prior art, in this way, one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances. In addition, users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs. At the same time, pushing the historical association relationship to the user can reduce the operational complexity of reconfiguring the first association relationship each time for the user, and further improve the user experience.
图6是本公开实施例提供的一个信息处理方法的流程图。结合图6所示,本公开实施例提供一种可应用于服务端的信息处理方法,该信息处理方法可以包括:Fig. 6 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 6 , an embodiment of the present disclosure provides an information processing method applicable to a server, and the information processing method may include:
S31,服务端获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,并将目标标识信息保存于NFC标签。S31. The server obtains the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and stores the target identification information in the NFC tag.
S32,服务端确定客户端读取到NFC标签保存的目标标识信息的情况下,获得累计读取次数和目标指令执行顺序之间的第二关联关系。S32. When the server determines that the client has read the target identification information stored in the NFC tag, obtain a second correlation between the accumulated number of reads and the execution order of the target instructions.
S33,服务端根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令。S33. The server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
S34,服务端将当前控制指令发送至目标家电关联的控制端,以便控制端控制目标家电执行当前控制指令。S34, the server sends the current control instruction to the control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
S61,确定获得新的当前累计读取次数的情况下,服务端根据新的当前累计读取次数 确定新的当前控制指令。S61. When it is determined that the new current accumulated reading times are obtained, the server determines a new current control instruction according to the new current accumulated reading times.
这里,根据新的当前累计读取次数确定新的当前控制指令,可以包括:根据新的当前累计读取次数,从第二关联关系中确定新的当前指令执行顺序,并根据新的当前指令执行顺序,从第一关联关系中确定新的当前控制指令。这样,可以准确得到新的控制指令,完成多个目标控制指令之间的切换,从而可以实现一个NFC标签对应多个控制指令,从而优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。Here, determining the new current control instruction according to the new current accumulated reading times may include: determining a new current instruction execution sequence from the second association relationship according to the new current accumulated reading times, and executing the new current instruction according to the new current accumulated reading times. In order, a new current control instruction is determined from the first association relationship. In this way, new control instructions can be accurately obtained, and the switching between multiple target control instructions can be completed, so that one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances and improving the intelligence of home appliances. degree of transformation.
S62,服务端将新的当前控制指令发送至控制端,以便控制端控制目标家电从当前控制指令切换至新的当前控制指令。S62. The server sends the new current control command to the control terminal, so that the control terminal controls the target household appliance to switch from the current control command to the new current control command.
综上,采用本公开实施例提供的信息处理方法,通过服务端、客户端和控制端三者的配合,当客户端通过NFC技术感应到NFC标签时,服务端可以根据客户端的累计读取次数,从多个控制指令中确定需要执行的控制指令,同时控制端可以控制目标家电执行该控制指令。和现有技术相比,这样可以实现一个NFC标签对应多个控制指令,从而优化利用NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。此外,用户仅需要使用一个NFC标签就能实现多个控制指令的切换,因此降低了用户成本。To sum up, using the information processing method provided by the embodiment of the present disclosure, through the cooperation of the server, the client and the control end, when the client senses the NFC tag through NFC technology, the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction. Compared with the prior art, in this way, one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances. In addition, users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs.
图7是本公开实施例提供的一个信息处理方法的流程图。结合图7所示,本公开实施例提供一种信息处理方法,该信息处理方法可以包括:Fig. 7 is a flowchart of an information processing method provided by an embodiment of the present disclosure. As shown in FIG. 7 , an embodiment of the present disclosure provides an information processing method, and the information processing method may include:
S71,客户端获得目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及目标家电的目标标识信息,提交至服务端。S71. The client obtains the first association relationship between the multiple target control instructions associated with the target home appliance and the execution order of the target instructions, and the target identification information of the target home appliance, and submits it to the server.
S72,服务端获得客户端提交的第一关联关系和目标标识信息,并将目标标识信息保存于NFC标签。S72. The server obtains the first association relationship and target identification information submitted by the client, and saves the target identification information in the NFC tag.
S73,客户端读取保存有目标标识信息的NFC标签。S73, the client reads the NFC tag storing the target identification information.
S74,服务端确定客户端读取到目标标识信息的情况下,获得累计读取次数和目标指令执行顺序之间的第二关联关系。S74. In a case where the server determines that the client has read the target identification information, obtain a second correlation between the accumulated number of reads and the execution order of the target instructions.
S75,服务端根据客户端的当前累计读取次数,从第二关联关系中确定当前指令执行顺序,并根据当前指令执行顺序,从第一关联关系中确定当前控制指令。S75. The server determines the current instruction execution order from the second association relationship according to the current accumulated reading times of the client terminal, and determines the current control instruction from the first association relationship according to the current instruction execution order.
S76,服务端将当前控制指令发送至目标家电关联的控制端。S76, the server sends the current control instruction to the control terminal associated with the target home appliance.
S77,控制端获得当前控制指令,并控制目标家电执行当前控制指令。S77, the control terminal obtains the current control instruction, and controls the target home appliance to execute the current control instruction.
综上,采用本公开实施例提供的信息处理方法,通过服务端、客户端和控制端三者的配合,当客户端通过NFC技术感应到NFC标签时,服务端可以根据客户端的累计读取次数,从多个控制指令中确定需要执行的控制指令,同时控制端可以控制目标家电执行该控制指令。和现有技术相比,这样可以实现一个NFC标签对应多个控制指令,从而优化利用 NFC技术控制家电设备的控制逻辑,提高家电设备的智能化程度。此外,用户仅需要使用一个NFC标签就能实现多个控制指令的切换,因此降低了用户成本。To sum up, using the information processing method provided by the embodiment of the present disclosure, through the cooperation of the server, the client and the control end, when the client senses the NFC tag through NFC technology, the server can , determine the control instruction to be executed from the plurality of control instructions, and at the same time, the control terminal can control the target home appliance to execute the control instruction. Compared with the prior art, in this way, one NFC tag can correspond to multiple control instructions, thereby optimizing the control logic of using NFC technology to control home appliances, and improving the intelligence of home appliances. In addition, users only need to use one NFC tag to realize the switching of multiple control commands, thus reducing user costs.
图8是本公开实施例提供的一个信息处理装置的示意图。结合图8所示,本公开实施例提供一种信息处理装置,包括处理器(processor)100和存储器(memory)101。可选地,该装置还可以包括通信接口(Communication Interface)102和总线103。其中,处理器100、通信接口102、存储器101可以通过总线103完成相互间的通信。通信接口102可以用于信息传输。处理器100可以调用存储器101中的逻辑指令,以执行上述实施例的信息处理方法。Fig. 8 is a schematic diagram of an information processing device provided by an embodiment of the present disclosure. As shown in FIG. 8 , an embodiment of the present disclosure provides an information processing device, including a processor (processor) 100 and a memory (memory) 101 . Optionally, the device may also include a communication interface (Communication Interface) 102 and a bus 103. Wherein, the processor 100 , the communication interface 102 , and the memory 101 can communicate with each other through the bus 103 . Communication interface 102 may be used for information transfer. The processor 100 may call logic instructions in the memory 101 to execute the information processing method of the above-mentioned embodiments.
此外,上述的存储器101中的逻辑指令可以通过软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。In addition, the above logic instructions in the memory 101 may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as an independent product.
存储器101作为一种计算机可读存储介质,可用于存储软件程序、计算机可执行程序,如本公开实施例中的方法对应的程序指令/模块。处理器100通过运行存储在存储器101中的程序指令/模块,从而执行功能应用以及数据处理,即实现上述实施例中的信息处理方法。As a computer-readable storage medium, the memory 101 can be used to store software programs and computer-executable programs, such as program instructions/modules corresponding to the methods in the embodiments of the present disclosure. The processor 100 executes the program instructions/modules stored in the memory 101 to execute functional applications and data processing, that is, to implement the information processing methods in the above-mentioned embodiments.
存储器101可包括存储程序区和存储数据区,其中,存储程序区可存储操作系统、至少一个功能所需的应用程序;存储数据区可存储根据终端设备的使用所创建的数据等。此外,存储器101可以包括高速随机存取存储器,还可以包括非易失性存储器。The memory 101 may include a program storage area and a data storage area, wherein the program storage area may store an operating system and an application program required by at least one function; the data storage area may store data created according to the use of the terminal device, and the like. In addition, the memory 101 may include a high-speed random access memory, and may also include a non-volatile memory.
本公开实施例提供了一种计算机可读存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为执行上述的信息处理方法。An embodiment of the present disclosure provides a computer-readable storage medium, which stores computer-executable instructions, and the computer-executable instructions are configured to execute the above-mentioned information processing method.
本公开实施例提供了一种计算机程序产品,所述计算机程序产品包括存储在计算机可读存储介质上的计算机程序,所述计算机程序包括程序指令,当所述程序指令被计算机执行时,使所述计算机执行上述的信息处理方法。An embodiment of the present disclosure provides a computer program product, the computer program product includes a computer program stored on a computer-readable storage medium, the computer program includes program instructions, and when the program instructions are executed by a computer, the The computer executes the above information processing method.
上述的计算机可读存储介质可以是暂态计算机可读存储介质,也可以是非暂态计算机可读存储介质。The above-mentioned computer-readable storage medium may be a transitory computer-readable storage medium, or a non-transitory computer-readable storage medium.
本公开实施例的技术方案可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括一个或多个指令用以使得一台计算机设备(可以是个人计算机,服务器,或者网络设备等)执行本公开实施例所述方法的全部或部分步骤。而前述的存储介质可以是非暂态存储介质,包括:U盘、移动硬盘、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,Random Access Memory)、磁碟或者光盘等多种可以存储程序代码的介质,也可以是暂态存储介质。The technical solutions of the embodiments of the present disclosure can be embodied in the form of software products, which are stored in a storage medium and include one or more instructions to make a computer device (which can be a personal computer, a server, or a network equipment, etc.) to perform all or part of the steps of the method described in the embodiments of the present disclosure. The aforementioned storage medium can be a non-transitory storage medium, including: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disk or optical disc, etc. A medium that can store program code, or a transitory storage medium.
以上描述和附图充分地示出了本公开的实施例,以使本领域的技术人员能够实践它们。其他实施例可以包括结构的、逻辑的、电气的、过程的以及其他的改变。实施例仅代 表可能的变化。除非明确要求,否则单独的部件和功能是可选的,并且操作的顺序可以变化。一些实施例的部分和特征可以被包括在或替换其他实施例的部分和特征。而且,本申请中使用的用词仅用于描述实施例并且不用于限制权利要求。如在实施例以及权利要求的描述中使用的,除非上下文清楚地表明,否则单数形式的“一个”(a)、“一个”(an)和“所述”(the)旨在同样包括复数形式。类似地,如在本申请中所使用的术语“和/或”是指包含一个或一个以上相关联的列出的任何以及所有可能的组合。另外,当用于本申请中时,术语“包括”(comprise)及其变型“包括”(comprises)和/或包括(comprising)等指陈述的特征、整体、步骤、操作、元素,和/或组件的存在,但不排除一个或一个以上其它特征、整体、步骤、操作、元素、组件和/或这些的分组的存在或添加。在没有更多限制的情况下,由语句“包括一个…”限定的要素,并不排除在包括所述要素的过程、方法或者设备中还存在另外的相同要素。本文中,每个实施例重点说明的可以是与其他实施例的不同之处,各个实施例之间相同相似部分可以互相参见。对于实施例公开的方法、产品等而言,如果其与实施例公开的方法部分相对应,那么相关之处可以参见方法部分的描述。The above description and drawings sufficiently illustrate the embodiments of the present disclosure to enable those skilled in the art to practice them. Other embodiments may incorporate structural, logical, electrical, procedural, and other changes. The examples merely represent possible variations. Individual components and functions are optional unless explicitly required, and the order of operations may vary. Portions and features of some embodiments may be included in or substituted for those of other embodiments. Also, the terms used in the present application are used to describe the embodiments only and are not used to limit the claims. As used in the examples and description of the claims, the singular forms "a", "an" and "the" are intended to include the plural forms as well unless the context clearly indicates otherwise . Similarly, the term "and/or" as used in this application is meant to include any and all possible combinations of one or more of the associated listed ones. Additionally, when used in this application, the term "comprise" and its variants "comprises" and/or comprising (comprising) etc. refer to stated features, integers, steps, operations, elements, and/or The presence of a component does not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groupings of these. Without further limitations, an element defined by the statement "comprising a ..." does not exclude the presence of additional identical elements in the process, method or apparatus comprising said element. Herein, what each embodiment focuses on may be the difference from other embodiments, and the same and similar parts of the various embodiments may refer to each other. For the method, product, etc. disclosed in the embodiment, if it corresponds to the method part disclosed in the embodiment, then the relevant part can refer to the description of the method part.
本领域技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,可以取决于技术方案的特定应用和设计约束条件。所述技术人员可以对每个特定的应用来使用不同方法以实现所描述的功能,但是这种实现不应认为超出本公开实施例的范围。所述技术人员可以清楚地了解到,为描述的方便和简洁,上述描述的系统、装置和单元的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can appreciate that the units and algorithm steps of the examples described in conjunction with the embodiments disclosed herein can be implemented by electronic hardware, or a combination of computer software and electronic hardware. Whether these functions are performed by hardware or software may depend on the specific application and design constraints of the technical solution. Said artisans may implement the described functions using different methods for each particular application, but such implementation should not be regarded as exceeding the scope of the disclosed embodiments. The skilled person can clearly understand that for the convenience and brevity of the description, the specific working process of the above-described system, device and unit can refer to the corresponding process in the foregoing method embodiment, which will not be repeated here.
本文所披露的实施例中,所揭露的方法、产品(包括但不限于装置、设备等),可以通过其它的方式实现。例如,以上所描述的装置实施例仅仅是示意性的,例如,所述单元的划分,可以仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另外,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,装置或单元的间接耦合或通信连接,可以是电性,机械或其它的形式。所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例。另外,在本公开实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。In the embodiments disclosed herein, the disclosed methods and products (including but not limited to devices, equipment, etc.) can be implemented in other ways. For example, the device embodiments described above are only illustrative. For example, the division of the units may only be a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined Or it can be integrated into another system, or some features can be ignored, or not implemented. In addition, the mutual coupling or direct coupling or communication connection shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be in electrical, mechanical or other forms. The units described as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place, or may be distributed to multiple network units. Some or all of the units can be selected according to actual needs to implement this embodiment. In addition, each functional unit in the embodiments of the present disclosure may be integrated into one processing unit, each unit may exist separately physically, or two or more units may be integrated into one unit.
附图中的流程图和框图显示了根据本公开实施例的系统、方法和计算机程序产品的可能实现的体系架构、功能和操作。在这点上,流程图或框图中的每个方框可以代表一个模块、程序段或代码的一部分,所述模块、程序段或代码的一部分包含一个或多个用于实现规定的逻辑功能的可执行指令。在有些作为替换的实现中,方框中所标注的功能也可以以不同于附图中所标注的顺序发生。例如,两个连续的方框实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这可以依所涉及的功能而定。在附图中的流程图和框图所对应的描述中,不同的方框所对应的操作或步骤也可以以不同于描述中所披露的顺序发生,有时不同的操作或步骤之间不存在特定的顺序。例如,两个连续的操作或步骤实际上可以基本并行地执行,它们有时也可以按相反的顺序执行,这可以依所涉及的功能而定。框图和/或流程图中的每个方框、以及框图和/或流程图中的方框的组合,可以用执行规定的功能或动作的专用的基于硬件的系统来实现,或者可以用专用硬件与计算机指令的组合来实现。The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to embodiments of the disclosure. In this regard, each block in a flowchart or block diagram may represent a module, program segment, or part of code that includes one or more Executable instructions. In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved. In the descriptions corresponding to the flowcharts and block diagrams in the accompanying drawings, the operations or steps corresponding to different blocks may also occur in a different order than that disclosed in the description, and sometimes there is no specific agreement between different operations or steps. order. For example, two consecutive operations or steps may, in fact, be performed substantially concurrently, or they may sometimes be performed in the reverse order, depending upon the functionality involved. Each block in the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts, can be implemented by a dedicated hardware-based system that performs the specified function or action, or can be implemented by dedicated hardware implemented in combination with computer instructions.

Claims (10)

  1. 一种信息处理方法,其特征在于,包括:An information processing method, characterized by comprising:
    服务端获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及所述目标家电的目标标识信息,并将所述目标标识信息保存于NFC标签;The server obtains the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution order of the target instructions, as well as the target identification information of the target home appliance, and saves the target identification information in the NFC tag ;
    确定所述客户端读取到所述NFC标签保存的所述目标标识信息的情况下,获得累计读取次数和所述目标指令执行顺序之间的第二关联关系;In the case of determining that the client reads the target identification information saved by the NFC tag, obtain a second association between the cumulative number of read times and the execution order of the target instruction;
    根据所述客户端的当前累计读取次数,从所述第二关联关系中确定当前指令执行顺序,并根据所述当前指令执行顺序,从所述第一关联关系中确定当前控制指令;According to the current cumulative reading times of the client, determine the current instruction execution order from the second association relationship, and determine the current control instruction from the first association relationship according to the current instruction execution order;
    将所述当前控制指令发送至所述目标家电关联的控制端,以便所述控制端控制所述目标家电执行所述当前控制指令。Sending the current control instruction to a control terminal associated with the target home appliance, so that the control terminal controls the target home appliance to execute the current control instruction.
  2. 根据权利要求1所述的信息处理方法,其特征在于,所述当前累计读取次数通过如下方式获得:The information processing method according to claim 1, wherein the current accumulated reading times are obtained in the following manner:
    获得所述客户端感应所述NFC标签的累计感应次数;Obtaining the cumulative sensing times of the client sensing the NFC tag;
    在所述累计感应次数小于或等于所述多个目标控制指令的指令数量的情况下,将所述累计感应次数确定为所述当前累计读取次数;In the case that the cumulative number of sensing times is less than or equal to the instruction quantity of the plurality of target control instructions, determining the cumulative sensing times as the current cumulative reading times;
    在所述累计感应次数大于所述指令数量的情况下,将所述当前累计读取次数确定为1。In the case that the accumulated sensing times are greater than the instruction quantity, the current accumulated reading times are determined as 1.
  3. 根据权利要求1或2所述的信息处理方法,其特征在于,还包括:The information processing method according to claim 1 or 2, further comprising:
    获得预设采集时长内所述目标家电关联的多个历史控制指令和历史执行顺序之间的多个历史关联关系;Obtain multiple historical associations between the multiple historical control instructions associated with the target home appliance and the historical execution sequence within the preset collection time;
    在多个所述历史关联关系相同的情况下,将所述历史关联关系推送至所述客户端。In the case that multiple historical associations are the same, the historical associations are pushed to the client.
  4. 根据权利要求1或2所述的信息处理方法,其特征在于,所述将所述当前控制指令发送至所述目标家电关联的控制端后,还包括:The information processing method according to claim 1 or 2, characterized in that, after sending the current control instruction to the control terminal associated with the target home appliance, further comprising:
    确定获得新的当前累计读取次数的情况下,根据所述新的当前累计读取次数确定新的当前控制指令;When it is determined that a new current accumulated number of readings is obtained, a new current control instruction is determined according to the new current accumulated number of readings;
    将所述新的当前控制指令发送至所述控制端,以便所述控制端控制所述目标家电从所述当前控制指令切换至所述新的当前控制指令。Sending the new current control instruction to the control terminal, so that the control terminal controls the target household appliance to switch from the current control instruction to the new current control instruction.
  5. 一种信息处理方法,其特征在于,包括:An information processing method, characterized by comprising:
    客户端获得目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及所述目标家电的目标标识信息,提交至服务端;The client obtains the first association relationship between multiple target control instructions associated with the target home appliance and the execution sequence of the target instructions, as well as the target identification information of the target home appliance, and submits it to the server;
    读取保存有所述目标标识信息的NFC标签,以便所述服务端获得累计读取次数和所述目标指令执行顺序之间的第二关联关系,根据所述客户端的当前累计读取次数,从所述第二关联关系中确定当前指令执行顺序,并根据所述当前指令执行顺序,从所述第一关联关系中确定当前控制指令,将所述当前控制指令发送至所述目标家电关联的控制端,供所述控制端控制所述目标家电执行所述当前控制指令。Read the NFC tag that stores the target identification information, so that the server obtains the second correlation between the cumulative number of reads and the execution order of the target instructions, and according to the current cumulative number of reads of the client, from Determine the current instruction execution sequence in the second association relationship, and determine the current control instruction from the first association relationship according to the current instruction execution sequence, and send the current control instruction to the control associated with the target home appliance terminal, for the control terminal to control the target home appliance to execute the current control instruction.
  6. 根据权利要求5所述的信息处理方法,其特征在于,所述第一关联关系通过如下方式获得:The information processing method according to claim 5, wherein the first association relationship is obtained in the following manner:
    获得所述多个目标控制指令的情况下,确定所述多个目标控制指令的控制优先级;When the multiple target control instructions are obtained, determine the control priority of the multiple target control commands;
    确定所述控制优先级对应的所述目标指令执行顺序,并根据所述多个目标控制指令和所述目标指令执行顺序,确定所述第一关联关系。Determine the execution order of the target instructions corresponding to the control priority, and determine the first association relationship according to the plurality of target control instructions and the execution order of the target instructions.
  7. 根据权利要求6所述的信息处理方法,其特征在于,所述确定所述多个目标控制指令的控制优先级,包括:The information processing method according to claim 6, wherein the determining the control priorities of the multiple target control instructions comprises:
    在所述多个目标控制指令表示用于调节不同的当前环境参数的情况下,获得所述多个目标控制指令各自对应的目标环境参数;In the case where the multiple target control instructions are used to adjust different current environmental parameters, obtaining target environmental parameters corresponding to each of the multiple target control commands;
    根据各所述目标环境参数和对应的所述当前环境参数之间的差值的绝对值的大小关系,确定各所述当前环境参数的调节优先级;determining the adjustment priority of each of the current environment parameters according to the size relationship of the absolute value of the difference between each of the target environment parameters and the corresponding current environment parameter;
    根据所述调节优先级,确定对应的所述多个目标控制指令的控制优先级。Determine the corresponding control priorities of the plurality of target control instructions according to the adjustment priorities.
  8. 一种信息处理系统,其特征在于,包括:An information processing system, characterized in that it comprises:
    服务端、控制端以及至少一个客户端;A server, a control end and at least one client;
    所述服务端,被配置为获得客户端提交的目标家电关联的多个目标控制指令和目标指令执行顺序之间的第一关联关系,以及所述目标家电的目标标识信息,并将所述目标标识信息保存于NFC标签;确定所述客户端读取所述NFC标签保存的所述目标标识信息的情况下,获得累计读取次数和所述目标指令执行顺序之间的第二关联关系;根据所述客户端的当前累计读取次数,从所述第二关联关系中确定当前指令执行顺序,并根据所述当前指令执行顺序,从所述第一关联关系中确定当前控制指令;将所述当前控制指令发送至所述目标家电关联的控制端;The server is configured to obtain the first association relationship between the multiple target control instructions associated with the target home appliance submitted by the client and the execution sequence of the target instructions, as well as the target identification information of the target home appliance, and send the target The identification information is stored in the NFC tag; when it is determined that the client reads the target identification information saved by the NFC tag, the second association relationship between the cumulative number of read times and the execution order of the target instruction is obtained; according to The current accumulative reading times of the client, determine the current instruction execution order from the second association relationship, and determine the current control instruction from the first association relationship according to the current instruction execution order; The control command is sent to the control terminal associated with the target appliance;
    所述客户端,被配置为获得所述第一关联关系和所述目标标识信息,提交至所述服务端;读取所述NFC标签保存的所述目标标识信息;The client is configured to obtain the first association relationship and the target identification information, and submit them to the server; read the target identification information saved by the NFC tag;
    所述控制端,被配置为获得所述当前控制指令;控制所述目标家电执行所述当前控制指令。The control terminal is configured to obtain the current control instruction; and control the target home appliance to execute the current control instruction.
  9. 一种信息处理装置,包括处理器和存储有程序指令的存储器,其特征在于,所 述处理器被配置为在执行所述程序指令时,执行如权利要求1至4任一项所述的信息处理方法。An information processing device, comprising a processor and a memory storing program instructions, wherein the processor is configured to execute the information described in any one of claims 1 to 4 when executing the program instructions Approach.
  10. 一种信息处理装置,包括处理器和存储有程序指令的存储器,其特征在于,所述处理器被配置为在执行所述程序指令时,执行如权利要求5或7所述的信息处理方法。An information processing device, comprising a processor and a memory storing program instructions, wherein the processor is configured to execute the information processing method according to claim 5 or 7 when executing the program instructions.
PCT/CN2022/091191 2021-06-24 2022-05-06 Information processing method, system and apparatus WO2022267706A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110706830.6 2021-06-24
CN202110706830.6A CN113595838A (en) 2021-06-24 2021-06-24 Information processing method, system and device

Publications (1)

Publication Number Publication Date
WO2022267706A1 true WO2022267706A1 (en) 2022-12-29

Family

ID=78244536

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/091191 WO2022267706A1 (en) 2021-06-24 2022-05-06 Information processing method, system and apparatus

Country Status (2)

Country Link
CN (1) CN113595838A (en)
WO (1) WO2022267706A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117201566A (en) * 2023-11-01 2023-12-08 无锡迪富智能电子股份有限公司 Fusion control method for intelligent home interaction

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113595838A (en) * 2021-06-24 2021-11-02 青岛海尔空调器有限总公司 Information processing method, system and device
CN114035441A (en) * 2021-11-11 2022-02-11 珠海格力电器股份有限公司 Control method, device and system of household appliance
CN114647199A (en) * 2022-03-21 2022-06-21 广东睿住智能科技有限公司 Equipment control method and equipment control system based on scene paste and control terminal
CN115250211B (en) * 2022-03-31 2024-04-26 浙江绍兴苏泊尔生活电器有限公司 NFC-based data acquisition method
CN116980439A (en) * 2022-04-22 2023-10-31 青岛海尔科技有限公司 Label data adjusting 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
US20150180967A1 (en) * 2013-03-29 2015-06-25 Panasonic Intellectual Property Corporation Of America Device control method and computer-readable recording medium
CN112367230A (en) * 2020-11-12 2021-02-12 杭州九阳小家电有限公司 Household appliance control method, mobile terminal, household appliance and household appliance control system
CN112578678A (en) * 2019-09-29 2021-03-30 广东美的制冷设备有限公司 Household appliance control method, device and equipment
CN112787897A (en) * 2020-12-22 2021-05-11 青岛经济技术开发区海尔热水器有限公司 Household appliance control method and water heater
CN113595838A (en) * 2021-06-24 2021-11-02 青岛海尔空调器有限总公司 Information processing method, system and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544510B (en) * 2013-09-30 2016-10-26 小米科技有限责任公司 Information processing method, device and mobile terminal
CN105573151A (en) * 2014-10-15 2016-05-11 珠海格力电器股份有限公司 Household appliance control method, control device and household data terminal
CN110430558B (en) * 2019-06-26 2023-04-07 深圳绿米联创科技有限公司 Device control method, device, electronic device and storage medium
CN111413884A (en) * 2020-03-31 2020-07-14 广东美的制冷设备有限公司 Control method and control device for household electrical appliance and computer storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150180967A1 (en) * 2013-03-29 2015-06-25 Panasonic Intellectual Property Corporation Of America Device control method and computer-readable recording medium
CN112578678A (en) * 2019-09-29 2021-03-30 广东美的制冷设备有限公司 Household appliance control method, device and equipment
CN112367230A (en) * 2020-11-12 2021-02-12 杭州九阳小家电有限公司 Household appliance control method, mobile terminal, household appliance and household appliance control system
CN112787897A (en) * 2020-12-22 2021-05-11 青岛经济技术开发区海尔热水器有限公司 Household appliance control method and water heater
CN113595838A (en) * 2021-06-24 2021-11-02 青岛海尔空调器有限总公司 Information processing method, system and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117201566A (en) * 2023-11-01 2023-12-08 无锡迪富智能电子股份有限公司 Fusion control method for intelligent home interaction
CN117201566B (en) * 2023-11-01 2024-03-19 无锡迪富智能电子股份有限公司 Fusion control method for intelligent home interaction

Also Published As

Publication number Publication date
CN113595838A (en) 2021-11-02

Similar Documents

Publication Publication Date Title
WO2022267706A1 (en) Information processing method, system and apparatus
CN113412457B (en) Scene pushing method, device and system, electronic equipment and storage medium
US10484673B2 (en) Wearable device and method for providing augmented reality information
CN107703872B (en) Terminal control method and device of household appliance and terminal
CN102932695B (en) A kind of remote control thereof, intelligent terminal and intelligent remote control system
EP2975870B1 (en) Loading sim profile
EP3944584B1 (en) Method supporting wireless access to storage device, and mobile routing hotspot device
CN105340011A (en) Wireless control of linked devices
CN112260907A (en) Cross-device control method, device and system
CN103970554B (en) A kind of control method of household appliances function upgrading
KR102140072B1 (en) Method for composing image and an electronic device thereof
CN103970553A (en) Control method for function upgrading of household appliance product
US20170034281A1 (en) Network apparatus, server, and control methods thereof
CN113485134A (en) Device control method and apparatus, storage medium, and electronic device
WO2023082660A1 (en) Household appliance control method and control apparatus and household appliance control system
CN108337669B (en) Control method and device for intelligent household equipment
WO2022156266A1 (en) Control method, system, and apparatus for air conditioner
EP3035313B1 (en) Method and apparatus for remote control
CN104765585B (en) Display device and its control method
CN113329241A (en) Air conditioner and method and device for multimedia playing in air conditioner
CN113311719A (en) Method, system and device for controlling household appliance and electronic equipment
CN112910741A (en) Interface testing method and device, computer equipment and storage medium
KR20210101583A (en) Electronic device and method for operating contents using the same
KR20150112252A (en) Electronic apparatus and connecting method thereof
CN102223610B (en) Method and the mobile device of exchanges data is carried out between mobile device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22827204

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22827204

Country of ref document: EP

Kind code of ref document: A1