CN117668009A - Equipment function matching method, matching device, storage medium and electronic device - Google Patents

Equipment function matching method, matching device, storage medium and electronic device Download PDF

Info

Publication number
CN117668009A
CN117668009A CN202211046400.7A CN202211046400A CN117668009A CN 117668009 A CN117668009 A CN 117668009A CN 202211046400 A CN202211046400 A CN 202211046400A CN 117668009 A CN117668009 A CN 117668009A
Authority
CN
China
Prior art keywords
target
matching
template
condition
action
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211046400.7A
Other languages
Chinese (zh)
Inventor
付文军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qingdao Haier Technology Co Ltd
Haier Smart Home Co Ltd
Haier Uplus Intelligent Technology Beijing Co Ltd
Original Assignee
Qingdao Haier Technology Co Ltd
Haier Smart Home Co Ltd
Haier Uplus Intelligent Technology Beijing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qingdao Haier Technology Co Ltd, Haier Smart Home Co Ltd, Haier Uplus Intelligent Technology Beijing Co Ltd filed Critical Qingdao Haier Technology Co Ltd
Priority to CN202211046400.7A priority Critical patent/CN117668009A/en
Publication of CN117668009A publication Critical patent/CN117668009A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The utility model discloses a device function matching method, a matching device, a storage medium and an electronic device, which relate to the technical field of intelligent home/smart families. In addition, the method performs matching after receiving the matching trigger information and stores the matching result, so that the matching process and the application process can be separated, the application process can be ensured to rapidly acquire the matching result obtained in advance from the storage position, the response time of the server to the query request sent by the terminal equipment is shortened, and the user experience is improved. In addition, the server does not need to repeatedly execute the matching process in the face of the same query request sent by different terminal devices, so that the problem of resource waste can be solved.

Description

Equipment function matching method, matching device, storage medium and electronic device
Technical Field
The application relates to the technical field of intelligent home/intelligent families, in particular to a device function matching method, a matching device, a storage medium and an electronic device.
Background
With the development and progress of technology, automation and intellectualization of home appliances are gradually popularized, and rapid development of intelligent control technology and information technology also provides possibility for the automation and intellectualization of home appliances. The intelligent household appliance introduces a processor and computer technology into the household appliance, and has the functions of automatically monitoring self faults, automatically measuring, automatically controlling, automatically adjusting and communicating with a remote control center.
At present, the class of intelligent household appliances and class functions are standard function models defined in a standard manner. However, for intelligent home appliances of the same category and different models, the model functions are different. Therefore, when the user performs the function configuration of the intelligent home appliance, or when the developer performs the function configuration of the intelligent home appliance control program, the user needs to accurately perform the function configuration by means of the matching result of the class function, the model and the template scene of the intelligent home appliance.
For this reason, it is urgently required to provide a device function matching method.
Disclosure of Invention
The application provides a device function matching method, a matching device, a storage medium and an electronic device, which are used for solving the defects in the prior art.
The application provides a device function matching method, which comprises the following steps:
Receiving matching trigger information under the equipment model, wherein the matching trigger information comprises change information and/or template test information, and the change information comprises at least one of function change information and skill change information;
determining a target function, a target skill and a target template scene of the equipment type corresponding to the matching trigger information based on the matching trigger information;
and determining a template model matching result of the equipment model based on the target function, the target skill and the target template scene, and storing the template model matching result.
According to the device function matching method provided by the application, the determining a template model matching result of the device model based on the target function, the target skill and the target template scene specifically includes:
determining a model attribute structural entity based on the equipment model, the target function and the target skill, and determining a template attribute structural entity based on the equipment class and the target template scene;
and determining the template model matching result based on the model attribute structural entity and the template attribute structural entity.
According to the equipment function matching method provided by the application, the model attribute structure entity comprises a function identifier of the target function and a skill identifier of the target skill, and the template attribute structure entity comprises a class identifier of the equipment class, a template identifier of the target template scene, a condition identifier and an action identifier;
correspondingly, the determining the template model matching result based on the model attribute structural entity and the template attribute structural entity specifically comprises the following steps:
matching the function identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a first matching result, and matching the skill identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a second matching result;
and determining the template model matching result based on the first matching result and the second matching result.
According to the equipment function matching method provided by the application, the template attribute structure entity further comprises a first type value range, a function skill type and a data type conversion identifier, and the model attribute structure entity further comprises a second type value range corresponding to the target function and a third type value range corresponding to the target skill;
Correspondingly, the determining the template model matching result based on the first matching result and the second matching result specifically includes:
for a first condition identifier or a first action identifier successfully matched in the first matching result and/or the second matching result, determining a target condition in a first condition corresponding to the first condition identifier or a target action in a first action corresponding to the first action identifier based on the first class value range, the data type conversion identifier and the functional skill type; the target condition is a condition which contains a value, does not undergo data type conversion and relates to a target functional skill type, and the target action is an action which contains a value, does not undergo data type conversion and relates to a target functional skill type;
matching the target condition or the first class value range in the target action with the second class value range to obtain a third matching result, and matching the target condition or the first class value range in the target action with the third class value range to obtain a fourth matching result;
and determining the template model matching result based on the third matching result and the fourth matching result.
According to the device function matching method provided by the application, the determining, based on the first class value range, the data type conversion identifier and the function skill type, a target condition in a first condition corresponding to the first condition identifier or a target action in a first action corresponding to the first action identifier specifically includes:
judging whether the first condition or the first action contains a value or not based on the first class value range;
for a second condition including a value in the first condition or a second action including a value in the first action, judging whether the value included in the second condition or the second action is subjected to data type conversion or not based on the data type conversion identifier;
for a third condition that the value contained in the second condition is not subjected to data type conversion or a third action that the value contained in the second action is not subjected to data type conversion, determining a fourth condition related to a target functional skill type in the third condition or a fourth action related to the target functional skill type in the third action based on the functional skill type;
the fourth condition is determined as the target condition and the fourth action is determined as the target action.
According to the device function matching method provided by the application, the determining, based on the matching trigger information, the target function, the target skill and the target template scene of the device model corresponding to the matching trigger information, which belong to the device class, specifically includes:
and searching the target function from a first database, searching the target skill from a second database and searching the target template scene from a third database based on the matching trigger information.
According to the device function matching method provided by the application, the template model matching result is stored, and the method specifically comprises the following steps:
and reclassifying the template model matching result according to the template scene and model respectively, determining the equipment model matched with the same template scene, the template scene rule supported by the same equipment model and the equipment model supported by the same template scene rule, and storing the equipment model and the equipment model respectively.
The application also provides a device function matching apparatus, comprising:
the device comprises a receiving module, a judging module and a judging module, wherein the receiving module is used for receiving matching triggering information under the equipment model, the matching triggering information comprises change information and/or template test information, and the change information comprises at least one of function change information and skill change information;
The determining module is used for determining a target function, a target skill and a target template scene of the equipment model corresponding to the matching trigger information based on the matching trigger information;
and the matching module is used for determining a template model matching result of the equipment model based on the target function, the target skill and the target template scene, and storing the template model matching result.
The present application also provides an electronic device comprising a memory and a processor, the memory having stored therein a computer program, the processor being arranged to implement a device function matching method as described in any of the above by execution of the computer program.
The present application also provides a computer-readable storage medium including a stored program, wherein the program when executed performs a method for implementing any one of the above-described device function matching methods.
The present application also provides a computer program product comprising a computer program which when executed by a processor implements a device function matching method as described in any one of the above.
According to the equipment function matching method, the matching device, the storage medium and the electronic device, the accuracy of the matching result can be ensured by means of matching of the target function, the target skill and the target template scene of the equipment class to which the equipment model belongs. In addition, the method performs matching after receiving the matching trigger information and stores the matching result, so that the matching process and the application process can be separated, the application process can be ensured to rapidly acquire the matching result obtained in advance from the storage position, the response time of the server to the query request sent by the terminal equipment is shortened, and the user experience is improved. In addition, the server does not need to repeatedly execute the matching process in the face of the same query request sent by different terminal devices, so that the problem of resource waste can be solved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and together with the description, serve to explain the principles of the application.
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the description of the embodiments or the prior art will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a schematic diagram of a hardware environment of an interaction method of a smart device according to an embodiment of the present application;
FIG. 2 is a schematic flow chart of a device function matching method provided in the present application;
FIG. 3 is a second flow chart of the device function matching method provided in the present application;
FIG. 4 is a schematic diagram of a process of determining a pattern number matching result in the device function matching method provided in the present application;
FIG. 5 is a second schematic diagram of a process for determining a pattern number matching result in the device function matching method provided in the present application;
FIG. 6 is a schematic structural diagram of the device function matching apparatus provided in the present application;
fig. 7 is a schematic structural diagram of an electronic device provided in the present application.
Detailed Description
In order to make the present application solution better understood by those skilled in the art, the following description will be made in detail and with reference to the accompanying drawings in the embodiments of the present application, it is apparent that the described embodiments are only some embodiments of the present application, not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, shall fall within the scope of the present application.
It should be noted that the terms "first," "second," and the like in the description of the present application and the above-described figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that embodiments of the present application described herein may be implemented in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
According to one aspect of the embodiment of the application, an interaction method of intelligent home equipment is provided. The interaction method of the intelligent household equipment is widely applied to full-house intelligent digital control application scenes such as intelligent Home (Smart Home), intelligent Home, intelligent household equipment ecology, intelligent Home (Intelligence House) ecology and the like. Alternatively, in this embodiment, the above-mentioned interaction method of the smart home device may be applied to a hardware environment formed by the terminal device 102 and the server 104 as shown in fig. 1. As shown in fig. 1, the server 104 is connected to the terminal device 102 through a network, and may be used to provide services (such as application services and the like) for a terminal or a client installed on the terminal, a database may be set on the server or independent of the server, for providing data storage services for the server 104, and cloud computing and/or edge computing services may be configured on the server or independent of the server, for providing data computing services for the server 104.
The network may include, but is not limited to, at least one of: wired network, wireless network. The wired network may include, but is not limited to, at least one of: a wide area network, a metropolitan area network, a local area network, and the wireless network may include, but is not limited to, at least one of: WIFI (Wireless Fidelity ), bluetooth. The terminal device 102 may not be limited to a PC, a mobile phone, a tablet computer, an intelligent air conditioner, an intelligent smoke machine, an intelligent refrigerator, an intelligent oven, an intelligent cooking range, an intelligent washing machine, an intelligent water heater, an intelligent washing device, an intelligent dish washer, an intelligent projection device, an intelligent television, an intelligent clothes hanger, an intelligent curtain, an intelligent video, an intelligent socket, an intelligent sound box, an intelligent fresh air device, an intelligent kitchen and toilet device, an intelligent bathroom device, an intelligent sweeping robot, an intelligent window cleaning robot, an intelligent mopping robot, an intelligent air purifying device, an intelligent steam box, an intelligent microwave oven, an intelligent kitchen appliance, an intelligent purifier, an intelligent water dispenser, an intelligent door lock, and the like.
Currently, when a user performs function configuration on an intelligent household appliance, or when a developer performs function configuration on an intelligent household appliance control program, the user needs to accurately perform function configuration by means of matching results of class functions, model numbers and template scenes of the intelligent household appliance. In the prior art, the matching result is that the terminal equipment is required to send a query request carrying the class, the class function and the model of the intelligent equipment to the server, the server matches the class function, the model and the template scene in real time according to the query request through the test service of http, and the matching result is returned to the terminal equipment.
Because the server performs matching in real time after receiving the query request to obtain a matching result, the matching process needs to be time-consuming, which leads to the fact that the response time of the server cannot be accurately ensured and the experience of the client is affected. Moreover, for the same query request sent by different clients, the server may repeatedly perform the above matching process, which may result in waste of resources. Therefore, the embodiment of the invention provides a device function matching method.
Fig. 2 is a flow chart of a device function matching method provided in an embodiment of the present invention, as shown in fig. 2, where the method includes:
s1, receiving matching trigger information under equipment model, wherein the matching trigger information comprises change information and/or template test information, and the change information comprises at least one of function change information and skill change information;
s2, determining a target function, a target skill and a target template scene of the equipment model corresponding to the matching trigger information based on the matching trigger information;
and S3, determining a template model matching result of the equipment model based on the target function, the target skill and the target template scene, and storing the template model matching result.
Specifically, in the device function matching method provided in the embodiment of the present invention, the execution body is a device function matching apparatus, and the apparatus may be configured at a server, where the server may include a cloud server, which is not specifically limited in the embodiment of the present invention.
Step S1 is executed first, and matching trigger information under the equipment model is received. The device model refers to a model of a network device, which can be connected through the internet of things and can be controlled through an application program, and can be intelligent devices, such as intelligent household appliances including refrigerators, televisions, heaters, curtains, microwave ovens, door locks, air conditioners and the like.
The device model may include one or more trigger conditions for characterizing that the network device of the corresponding device model needs to perform function matching, where the trigger information corresponds to the device model one by one. The trigger condition may include a change in device occurrence function and/or skill, or conducting a template test, whereby matching trigger information may include change information and/or template test information. It is understood that the function refers to the basic capabilities of the network device subject to hardware components of the network device, such as the heating function of the water heater, the heating function of the air conditioner, the cooling function, the humidification function of the humidifier, etc. Skills are higher-order capabilities above functions, are soft functions, and generally need to be configured, and can include voice skills and equipment skills, wherein the voice skills need to be configured with voice modules on the network device, and the equipment skills do not need to be configured with voice modules.
The change information may include at least one of function change information and skill change information, the function change information may include a modification of an added function, a deleted function, or a function parameter, and the skill change information may include a modification of an added skill, a deleted skill, or a skill parameter.
The template test information may include template test hints, i.e., hints indicating that one or some of the templates began testing.
The user can send the matching trigger information to the server through the terminal device, the matching trigger information can be transmitted through a Message Queue (MQ), namely, the terminal device writes the matching trigger information into the Message Queue, and the server reads the matching trigger information from the Message Queue.
And then executing step S2, and determining target functions, target skills and target template scenes of equipment types of the equipment types corresponding to the matched trigger information according to the matched trigger information. The target function is a model function which can be supported by a certain equipment model and corresponds to the matched trigger information. Corresponding to the matching trigger information means conforming to the matching trigger information. For example, if the matching trigger information is function change information, specifically, a function 1 is newly added, the target function includes not only all existing types of functions that can be supported by the equipment model, but also the newly added function 1; if the matching trigger information is function change information, specifically deleting the function 1, the target function only comprises other model functions except the deleted function 1 in the existing all model functions which can be supported by the equipment model; if the matching trigger information is not the function change information, the target function is the existing all-model functions which can be supported by the equipment model.
Similarly, the target skill refers to a model skill that can be supported by a certain device model and corresponds to the matching trigger information. Corresponding to the matching trigger information means conforming to the matching trigger information. For example, if the matching trigger information is skill change information, specifically, a newly added skill 1, the target skill includes not only all existing types of skills that can be supported by the equipment model, but also the newly added skill 1; if the matching trigger information is skill change information, specifically, skill 1 is deleted, the target skill only includes other types of skill except the deleted skill 1 in the existing all types of skill that can be supported by the equipment model.
The equipment class of the equipment model is the class of the network equipment corresponding to the equipment model, for example, the equipment model SCK-6408A is a humidifier, and the equipment class of the equipment model is the humidifier. The target template scene of the equipment class is a template scene which is predetermined and used for enabling a user to carry out linkage control on the equipment class and the network equipment of the same class or other classes. The target template scene may include one or more, and each target template scene may include conditions and actions, each of which may involve a networker device. The conditions and actions included in each target template may be one or more. For example, the condition may be "door lock open", the action may be "heating mode of opening the air conditioner", or the action may be "heating mode of opening the air conditioner while turning on the electric heater".
And finally, executing step S3, combining the target function, the target skill and the target template scene to determine a template model matching result of the equipment model, for example, the function name of the target function and the function name related in the target template scene can be directly utilized for matching, the skill name of the target skill and the skill name related in the target template scene are utilized for matching, all the obtained matching results are used as template model matching results, and the template model matching results are stored, so that a user or a research and development personnel can directly acquire the template model matching results from a storage position, and the subsequent function configuration can be rapidly realized.
The device function matching method provided by the embodiment of the invention comprises the steps of firstly, receiving matching trigger information under the device model, wherein the matching trigger information comprises change information and/or template test information, and the change information comprises at least one of function change information and skill change information; then, based on the matching trigger information, determining a target function, a target skill and a target template scene of equipment class of the equipment model corresponding to the matching trigger information; and finally, determining a template model matching result of the equipment model based on the target function, the target skill and the target template scene, and storing the template model matching result. The method can ensure the accuracy of the matching result by means of matching the target function, the target skill and the target template scene of the equipment class to which the equipment model belongs. In addition, the method performs matching after receiving the matching trigger information and stores the matching result, so that the matching process and the application process can be separated, the application process can be ensured to rapidly acquire the matching result obtained in advance from the storage position, the response time of the server to the query request sent by the terminal equipment is shortened, and the user experience is improved. In addition, the server does not need to repeatedly execute the matching process in the face of the same query request sent by different terminal devices, so that the problem of resource waste can be solved.
On the basis of the foregoing embodiment, the method for matching a device function provided in the embodiment of the present invention determines a template model matching result of the device model based on the target function, the target skill, and the target template scene, and specifically includes:
determining a model attribute structural entity based on the equipment model, the target function and the target skill, and determining a template attribute structural entity based on the equipment class and the target template scene;
and determining the template model matching result based on the model attribute structural entity and the template attribute structural entity.
Specifically, in the embodiment of the invention, in the process of determining the template model matching result of the equipment model based on the target function, the target skill and the target template scene, the model attribute structure entity can be determined based on the equipment model, the target function and the target skill. The model attribute structure entity refers to summary of model attribute information of a specific equipment model, and the model attribute information can include function identification of a target function, skill identification of a target skill, a second class value range corresponding to the target function, a second class data type, a third class value range corresponding to the target skill, a third class data type and the like.
The function identifiers are function IDs, and each function has a function ID, so that the target function corresponds to the function ID thereof one by one. Likewise, skill identities, i.e., skill IDs, each have a skill ID, so that target skills are in one-to-one correspondence with their skill IDs. The second type of value range refers to a value range that may be related to the target function, that is, if the target function includes a value, the second type of value range is not null, and if the target function does not include a value, the second type of value range is null.
For example, the alarm function only sends out an alarm signal when an alarm condition is met, and does not give a specific value, so that the function does not contain a value, and the second type of value range of the alarm function is empty when the alarm function is used as a target function. As another example, the heating function of an air conditioner, which requires a given temperature regulation range, e.g., 20-30 ℃, involves a specific value, and thus the function contains a value, the second type of value range of the heating function is not empty when it is the target function, but is 20-30.
The second type of data refers to a data type of a value, such as an alarm function, whose second type of data is null, and a heating function whose second type of data is double type, in the case that the target function contains the value.
Similarly, the third class of value range refers to the value range that the target skill may relate to, i.e., if the target skill includes a value, the third class of value range is not empty, and if the target skill does not include a value, the third class of value range is empty. The third type of data type refers to a data type of a value in the case where the target skill contains a value. And will not be described in detail herein.
And then determining the template attribute structural entity according to the equipment class and the target template scene. The template attribute structure entity refers to the collection of template attribute information of a specific target template scene, and the template attribute information can comprise a class identifier of equipment class, a template identifier of the target template scene, a condition identifier, an action identifier, a first class value range, a first class value type, a functional skill type and a data type conversion identifier.
Class identification is a class ID, with each equipment class having a class ID. Likewise, the template identifiers, i.e., template IDs, each template scene has a template ID, so that the target template scenes are in one-to-one correspondence with their template IDs. The condition identifiers are condition IDs, each having a condition ID, and when a plurality of conditions are included in the target template scene, the template IDs thereof correspond to the plurality of condition IDs. The action identifiers are action IDs, and each action has an action ID, and when a plurality of actions are contained in the target template scene, the template IDs thereof correspond to the plurality of action IDs.
The first class of value ranges refer to value ranges possibly related to functions and/or skills in the target template scene, namely if the functions and/or skills in the target template scene contain values, the first class of value ranges are not null, and if the functions and/or skills in the target template scene do not contain values, the first class of value ranges are null.
The first type of data type refers to a data type of a value in the case where a function and/or skill in the target template scene contains a value, for example, a door lock switch function, and the first type of data type is a bool type containing one of on and off values.
The functional skill type refers to a type to which a function and/or skill in a target template scene belongs, and may include a single function (property), a business function (group), an event message (message), an alarm (alarm), a device skill (devicekull), and a voice skill (skill), wherein the single function refers to a function controlled by one command at a time, and may be understood as a function including a value and having a data type of a tank type, an enum type, an int type, or a double type. Business functions refer to functions commonly implemented by a plurality of single functions, which need to be controlled by a plurality of commands at a time, directly contain parameters, and not directly contain data types.
The data type conversion identifier is used for indicating whether the value contained in the function and/or skill in the target template scene is subjected to data type conversion, and if so, the value can be true, and if not, the value is false. Typically, the data type conversion is a conversion from int to enum.
And then, combining the obtained model attribute structural entity and the template attribute structural entity, and carrying out matching calculation on the model and the template to obtain a template model matching result.
In the embodiment of the invention, through determining the model attribute structure entity and the template attribute structure entity, more dimensionality data can be provided for matching calculation, and the accuracy of a template model matching result is ensured.
On the basis of the above embodiment, in the device function matching method provided in the embodiment of the present invention, the model attribute structure entity includes a function identifier of the target function and a skill identifier of the target skill, and the template attribute structure entity includes a category identifier of the device category, a template identifier of the target template scene, a condition identifier, and an action identifier;
correspondingly, the determining the template model matching result based on the model attribute structural entity and the template attribute structural entity specifically comprises the following steps:
Matching the function identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a first matching result, and matching the skill identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a second matching result;
and determining the template model matching result based on the first matching result and the second matching result.
Specifically, in the embodiment of the present invention, when determining a template number matching result by means of a model attribute structure entity and a template attribute structure entity, at least one of a function identifier, a template identifier, a condition identifier, and an action identifier may be first matched to obtain a first matching result. And matching the function identifier with the template identifier, namely judging whether a target function corresponding to the function identifier is involved in a condition or action in a target template scene, if so, matching is successful, and if not, matching is failed. Similarly, the function identifier is matched with the condition identifier, namely whether the target function corresponding to the function identifier is related to the condition corresponding to the condition identifier is judged, if so, the matching is successful, and if not, the matching is failed. And matching the function identifier with the action identifier, namely judging whether the action corresponding to the action identifier relates to a target function corresponding to the function identifier or not, if so, successfully matching, and if not, failing to match.
And then matching the skill identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a second matching result. And matching the skill mark with the template mark to judge whether the condition or action in the target template scene involves the target skill corresponding to the skill mark, if so, the matching is successful, and if not, the matching is failed. Similarly, the skill identifier and the condition identifier are matched, namely whether the target skill corresponding to the skill identifier is related to the condition corresponding to the condition identifier or not is judged, if so, the matching is successful, and if not, the matching is failed. And matching the skill identifier with the action identifier, namely judging whether the action corresponding to the action identifier relates to the target skill corresponding to the skill identifier or not, if so, successfully matching, and if not, failing to match.
And finally, combining the first matching result and the second matching result to determine the matching result of the template number. Here, a successful match result of the first match result and the second match result may be taken as a template model match result.
In the embodiment of the invention, the identification is used for matching, so that the calculated amount in the matching process can be greatly reduced, and the matching efficiency is improved.
On the basis of the above embodiment, in the device function matching method provided in the embodiment of the present invention, the template attribute structure entity further includes a first class value range, a function skill type, and a data type conversion identifier, and the model attribute structure entity further includes a second class value range corresponding to the target function and a third class value range corresponding to the target skill;
correspondingly, the determining the template model matching result based on the first matching result and the second matching result specifically includes:
for a first condition identifier or a first action identifier successfully matched in the first matching result and/or the second matching result, determining a target condition in a first condition corresponding to the first condition identifier or a target action in a first action corresponding to the first action identifier based on the first class value range, the data type conversion identifier and the functional skill type; the target condition is a condition which contains a value, does not undergo data type conversion and relates to a target functional skill type, and the target action is an action which contains a value, does not undergo data type conversion and relates to a target functional skill type;
Matching the target condition or the first class value range in the target action with the second class value range to obtain a third matching result, and matching the target condition or the first class value range in the target action with the third class value range to obtain a fourth matching result;
and determining the template model matching result based on the third matching result and the fourth matching result.
Specifically, in the embodiment of the invention, when the template number matching result is determined based on the first matching result and the second matching result, if at least one of the first matching result and the second matching result is successfully matched with the first condition identifier, the first condition corresponding to the first condition identifier is screened according to the first type value range, the data type conversion identifier and the functional skill type, and the target condition is determined. The target condition is a condition that contains a value, does not undergo data type conversion, and relates to a target functional skill type, i.e., a function and/or skill involved in the target condition contains a value, and a data type of the contained value does not undergo data type conversion, and relates to a target functional skill type. The target functional skill type may be selected as desired, and may be, for example, a single functional type.
The target condition may be determined by synchronously screening the first condition through the first type value range, the data type conversion identifier and the functional skill type, or may be determined by sequentially screening the first condition according to a certain sequence through the first type value range, the data type conversion identifier and the functional skill type, which is not particularly limited herein.
And for at least one of the first matching result and the second matching result, if the first action identifier is successfully matched, screening the first action corresponding to the first action identifier according to the first type value range, the data type conversion identifier and the functional skill type, and determining the target action. The target action is an action that contains a value, is not data type converted, and relates to a target functional skill type, i.e., a function and/or skill involved in the target action contains a value, and the data type of the contained value is not data type converted, and relates to a target functional skill type.
The determination of the target action may be obtained by synchronously screening the first action through the first type value range, the data type conversion identifier and the functional skill type, or may be obtained by sequentially screening the first action according to a certain sequence, which is not particularly limited herein.
And then, matching the first type of value range and the second type of value range in the target condition or the target action to obtain a third matching result, namely, screening the condition that the value range is consistent with the target function from the target condition, and screening the action that the value range is consistent with the target function from the target action. And matching the first type of value range with the third type of value range in the target condition or the target action to obtain a fourth matching result, namely screening the condition that the value range is consistent with the target skill from the target condition, and screening the action that the value range is consistent with the target skill from the target action.
It should be noted that, if the selected target function skill type is a single function type, the matching between the first type of value range and the third type of value range is not required, and the fourth matching result is not required.
And then, combining the third matching result and the fourth matching result to determine the template number matching result. And taking the successful matching result of the third matching result and the fourth matching result as a template model matching result.
In the embodiment of the invention, the accuracy of the matching result can be improved by matching the value range.
On the basis of the foregoing embodiment, in the device function matching method provided in the embodiment of the present invention, the determining, based on the first type value range, the data type conversion identifier, and the functional skill type, a target condition in a first condition corresponding to the first condition identifier or a target action in a first action corresponding to the first action identifier specifically includes:
judging whether the first condition or the first action contains a value or not based on the first class value range;
for a second condition including a value in the first condition or a second action including a value in the first action, based on the data type conversion identifier, judging whether the value included in the second condition or the value included in the second action is subjected to data type conversion;
for a third condition that the value contained in the second condition is not subjected to data type conversion or a third action that the value contained in the second action is not subjected to data type conversion, determining a fourth condition related to a target functional skill type in the third condition or a fourth action related to the target functional skill type in the third action based on the functional skill type;
The fourth condition is determined as the target condition and the fourth action is determined as the target action.
Specifically, in the embodiment of the present invention, when determining the target condition, whether the first condition includes a value may be determined according to the first type of value range. If the first class of value ranges is not empty, the values are included, and if the first class of value ranges is empty, the values are not included. Whereby the second condition, which is obtained from the first condition and contains the value, can be subjected to the subsequent step. And for other conditions except the second condition in the first condition, no further matching is performed, and the matching flow is directly ended.
Thereafter, according to the data type conversion flag, it may be determined whether the value contained in the second condition is subjected to data type conversion, if the data type conversion flag is true, the value contained in the second condition is subjected to data type conversion, and if the data type conversion flag is false, the value contained in the second condition is not subjected to data type conversion. Whereby a third condition is obtained from the second condition that the included value has not been subjected to data type conversion for subsequent steps. And for other conditions except the third condition in the second condition, no further matching is performed, and the matching flow is directly ended.
Thereafter, according to the functional skill type, a fourth condition related to the target functional skill type among the third conditions, that is, the target condition, may be determined. And for other conditions except the fourth condition in the third condition, no further matching is performed, and the matching flow is directly ended.
Similarly, when determining the target action, it may be determined whether the first action includes a value according to the first class of value ranges. If the first class of value ranges is not empty, the values are included, and if the first class of value ranges is empty, the values are not included. Whereby a second action, which obtains the inclusion value from the first action, can be followed. And for other conditions except the second condition in the first condition, no further matching is performed, and the matching flow is directly ended.
Thereafter, according to the data type conversion identifier, it may be determined whether the value included in the second action is subjected to data type conversion, if the data type conversion identifier is true, the value included in the second action is subjected to data type conversion, and if the data type conversion identifier is false, the value included in the second action is not subjected to data type conversion. Whereby a third action is performed in which the value contained in the second action is not subjected to data type conversion. And for other conditions except the third condition in the second condition, no further matching is performed, and the matching flow is directly ended.
Thereafter, according to the functional skill type, a fourth action related to the target functional skill type, which is the target action, among the third actions may be determined. And for other conditions except the fourth condition in the third condition, no further matching is performed, and the matching flow is directly ended.
In the embodiment of the invention, the target condition and the target action are respectively determined through the first type value range, the data type conversion identifier and the functional skill type in sequence, so that the matching calculation amount can be gradually simplified.
On the basis of the above embodiment, the device function matching method provided in the embodiment of the present invention determines, based on the matching trigger information, a target function, a target skill, and a target template scene of a device class to which the device model belongs, where the target function, the target skill, and the target template scene correspond to the device model of the matching trigger information, specifically includes:
and searching the target function from a first database, searching the target skill from a second database and searching the target template scene from a third database based on the matching trigger information.
Specifically, in the embodiment of the invention, when determining the target function, the target skill and the target template scene corresponding to the equipment model matching the trigger information, the target function can be searched from the first database, the target skill can be searched from the second database and the target template scene can be searched from the third database according to the matching trigger information.
The system comprises a first database, a second database, a third database and a template scene, wherein the first database stores existing functions under each equipment model, the second database stores existing skills under each equipment model, and the third database stores existing template scenes under each equipment model.
In the embodiment of the invention, the target function, the target skill and the determination efficiency of the target template scene can be improved by directly searching from the database.
On the basis of the foregoing embodiment, the method for matching device functions provided in the embodiment of the present invention stores the template model matching result, and specifically includes:
and reclassifying the template model matching result according to the template scene and model respectively, determining the equipment model matched with the same template scene, the template scene rule supported by the same equipment model and the equipment model supported by the same template scene rule, and storing the equipment model and the equipment model respectively.
Specifically, in the embodiment of the invention, when the template model matching result is stored, the template model matching result can be reclassified according to the template scene and model respectively, and the equipment model matched with the same template scene, the template scene rule supported by the same equipment model and the equipment model supported by the same template scene rule are determined and stored respectively. For example, the message queues may be stored separately for subsequent use.
Fig. 3 is a schematic flow chart of a device function matching method according to an embodiment of the present invention, where the method involves three domains, namely a trigger domain, a core computing domain and a data distribution domain. The trigger domain comprises a network device function change MQ, a network device skill change MQ, a network device voice skill change MQ and a template gray level test module, which are all used for transmitting matching trigger information, wherein the network device function change MQ is used for transmitting function change information of the network device, the network device skill change MQ is used for transmitting device skill change information of the network device, the network device voice skill change MQ is used for transmitting voice skill change information of the network device, and the template gray level test module is used for transmitting template test information of the network device.
The core computing domain comprises a first database, a second database and a third database, the target function can be determined from the first database, the target skill can be determined from the second database, and the target template scene can be determined from the third database by matching the trigger information. Model attribute structural entities can be determined in combination with equipment models, target functions and target skills, and template attribute structural entities can be determined in combination with equipment categories and target template scenes.
And combining the model attribute structure entity and the template attribute structure entity, and obtaining a template model matching result through a template model matching calculation module, wherein the template model matching result can be stored in a fourth database in a core calculation domain.
The data distribution domain can reclassify the template model matching results stored in the fourth database according to the template scenes and the model respectively through the redis queue, determine the equipment model matched by the same template scene, the template scene rule supported by the same equipment model and the equipment model supported by the same template scene rule, and store the equipment model and the equipment model supported by the same template scene rule into the corresponding message queue respectively.
For the template model matching calculation module, the process of determining the template model matching result is shown in fig. 4 and 5.
In fig. 4, first, it is determined whether at least one of the function identifier and the template identifier, the condition identifier, and the action identifier is successfully matched, whether at least one of the skill identifier and the template identifier, the condition identifier, and the action identifier is successfully matched, and for a target template scene, a condition, or an action that fails to match, the matching process is ended; for a successfully matched target template scene, a first condition or a first action, continuously judging whether the target template scene, the first condition or the first action contains a value, and ending the matching process for the target template scene, the condition or the action which does not contain the value; for a target template scene, a second condition or a second action containing the value, continuing to judge whether the value contained in the target template scene, the second condition or the second action is subjected to data type conversion; ending the matching process for the included values subjected to data type conversion target template scenes, conditions or actions; for a target template scene, a third condition or a third action of which the contained value is not subjected to data type conversion, continuously judging whether the third condition or the third action relates to a property type or not; for a target template scene, condition or action which does not relate to the property type, whether the types of group, message, alarm, skill, devicekill and the like are related or not, the matching process is ended; for a target template scene, a fourth condition, or a fourth action related to the property type, the fourth condition is determined as a target condition, and the fourth action is determined as a target action.
And then, matching the first type value range and the second type value range in the target condition or the target action to obtain a third matching result, and matching the first type value range and the third type value range in the target condition or the target action to obtain a fourth matching result. In the matching process, matching can be performed according to the types of the bool, enum, int and double data.
In fig. 5, it is first determined whether at least one of the function identifier and the template identifier, the condition identifier, and the action identifier is successfully matched, whether at least one of the skill identifier and the template identifier, the condition identifier, and the action identifier is successfully matched, and the matching process is ended for the condition or the action that the matching fails; for the first condition or the first action which is successfully matched, continuously judging whether the first condition or the first action relates to group, message, alarm, skill types, devicekill types and the like, and ending the matching process if the first condition or the first action relates to the types; if not, continuing to judge whether the first condition or the first action contains a value, and ending the matching process for the condition or the action which does not contain the value; for a second condition or a second action containing the value, continuing to judge whether the value contained in the second condition or the second action is subjected to data type conversion; ending the matching process for the condition or action of the contained value subjected to data type conversion; for a third condition or a third action of which the contained value is not subjected to data type conversion, continuing to judge whether the third condition or the third action relates to the property type; ending the matching process for conditions or actions that do not involve property types; for a fourth condition or a fourth action related to the property type, the fourth condition is determined as a target condition, and the fourth action is determined as a target action.
And then, matching the first type value range and the second type value range in the target condition or the target action to obtain a third matching result, and matching the first type value range and the third type value range in the target condition or the target action to obtain a fourth matching result. In the matching process, matching can be performed according to the types of the bool, enum, int and double data.
As shown in fig. 6, on the basis of the above embodiment, an apparatus function matching device is provided in an embodiment of the present invention, including:
a receiving module 61, configured to receive matching trigger information under a device model, where the matching trigger information includes change information and/or template test information, and the change information includes at least one of function change information and skill change information;
a determining module 62, configured to determine, based on the matching trigger information, a target function, a target skill, and a target template scene of a device class corresponding to the device model of the matching trigger information;
and a matching module 63, configured to determine a template model matching result of the device model based on the target function, the target skill, and the target template scene, and store the template model matching result.
On the basis of the foregoing embodiments, the device function matching apparatus provided in the embodiments of the present invention, the matching module is specifically configured to:
determining a model attribute structural entity based on the equipment model, the target function and the target skill, and determining a template attribute structural entity based on the equipment class and the target template scene;
and determining the template model matching result based on the model attribute structural entity and the template attribute structural entity.
On the basis of the above embodiment, the device function matching device provided in the embodiment of the present invention, where the model attribute structure entity includes a function identifier of the target function and a skill identifier of the target skill, and the template attribute structure entity includes a category identifier of the device category, a template identifier of the target template scene, a condition identifier, and an action identifier;
correspondingly, the matching module is specifically configured to:
matching the function identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a first matching result, and matching the skill identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a second matching result;
And determining the template model matching result based on the first matching result and the second matching result.
On the basis of the above embodiment, the device function matching apparatus provided in the embodiment of the present invention, where the template attribute structure entity further includes a first class value range, a function skill type, and a data type conversion identifier, and the model attribute structure entity further includes a second class value range corresponding to the target function and a third class value range corresponding to the target skill;
correspondingly, the matching module is specifically configured to:
for a first condition identifier or a first action identifier successfully matched in the first matching result and/or the second matching result, determining a target condition in a first condition corresponding to the first condition identifier or a target action in a first action corresponding to the first action identifier based on the first class value range, the data type conversion identifier and the functional skill type; the target condition is a condition which contains a value, does not undergo data type conversion and relates to a target functional skill type, and the target action is an action which contains a value, does not undergo data type conversion and relates to a target functional skill type;
Matching the target condition or the first class value range in the target action with the second class value range to obtain a third matching result, and matching the target condition or the first class value range in the target action with the third class value range to obtain a fourth matching result;
and determining the template model matching result based on the third matching result and the fourth matching result.
On the basis of the foregoing embodiments, the device function matching apparatus provided in the embodiments of the present invention, the matching module is specifically configured to:
judging whether the first condition or the first action contains a value or not based on the first class value range;
for a second condition including a value in the first condition or a second action including a value in the first action, judging whether the value included in the second condition or the second action is subjected to data type conversion or not based on the data type conversion identifier;
for a third condition that the value contained in the second condition is not subjected to data type conversion or a third action that the value contained in the second action is not subjected to data type conversion, determining a fourth condition related to a target functional skill type in the third condition or a fourth action related to the target functional skill type in the third action based on the functional skill type;
The fourth condition is determined as the target condition and the fourth action is determined as the target action.
On the basis of the foregoing embodiments, the device function matching apparatus provided in the embodiments of the present invention, the determining module is specifically configured to:
and searching the target function from a first database, searching the target skill from a second database and searching the target template scene from a third database based on the matching trigger information.
On the basis of the foregoing embodiments, the device function matching apparatus provided in the embodiments of the present invention, the matching module is specifically configured to:
and reclassifying the template model matching result according to the template scene and model respectively, determining the equipment model matched with the same template scene, the template scene rule supported by the same equipment model and the equipment model supported by the same template scene rule, and storing the equipment model and the equipment model respectively.
Specifically, the functions of each module in the device function matching apparatus provided in the embodiment of the present invention are in one-to-one correspondence with the operation flows of each step in the above method embodiment, and the achieved effects are consistent.
Fig. 7 illustrates a physical schematic diagram of an electronic device, as shown in fig. 7, which may include: processor 710, communication interface (Communications Interface) 720, memory 730, and communication bus 740, wherein processor 710, communication interface 720, memory 730 communicate with each other via communication bus 740. Processor 710 may invoke logic instructions in memory 730 to perform the device function matching methods provided by the embodiments described above.
Further, the logic instructions in the memory 730 described above 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 a stand alone product. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
In another aspect, the present application further provides a computer program product, where the computer program product includes a computer program, where the computer program may be stored on a computer readable storage medium, where the computer program when executed by a processor is capable of executing the device function matching method provided by the foregoing embodiments.
In yet another aspect, the present application further provides a computer readable storage medium, where the computer readable storage medium includes a stored program, where the program executes the device function matching method provided in the foregoing embodiments.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present application, and are not limiting thereof; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the corresponding technical solutions.

Claims (10)

1. A method for matching functions of a device, comprising:
receiving matching trigger information under the equipment model, wherein the matching trigger information comprises change information and/or template test information, and the change information comprises at least one of function change information and skill change information;
determining a target function, a target skill and a target template scene of the equipment type corresponding to the matching trigger information based on the matching trigger information;
and determining a template model matching result of the equipment model based on the target function, the target skill and the target template scene, and storing the template model matching result.
2. The device function matching method according to claim 1, wherein the determining a template model matching result of the device model based on the target function, the target skill, and the target template scene specifically includes:
determining a model attribute structural entity based on the equipment model, the target function and the target skill, and determining a template attribute structural entity based on the equipment class and the target template scene;
And determining the template model matching result based on the model attribute structural entity and the template attribute structural entity.
3. The device function matching method according to claim 2, wherein the model attribute structure entity includes a function identifier of the target function and a skill identifier of the target skill, and the template attribute structure entity includes a category identifier of the device category, a template identifier of the target template scene, a condition identifier, and an action identifier;
correspondingly, the determining the template model matching result based on the model attribute structural entity and the template attribute structural entity specifically comprises the following steps:
matching the function identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a first matching result, and matching the skill identifier with at least one of the template identifier, the condition identifier and the action identifier to obtain a second matching result;
and determining the template model matching result based on the first matching result and the second matching result.
4. The device function matching method according to claim 3, wherein the template attribute structure entity further comprises a first type value range, a function skill type, and a data type conversion identifier, and the model attribute structure entity further comprises a second type value range corresponding to the target function and a third type value range corresponding to the target skill;
Correspondingly, the determining the template model matching result based on the first matching result and the second matching result specifically includes:
for a first condition identifier or a first action identifier successfully matched in the first matching result and/or the second matching result, determining a target condition in a first condition corresponding to the first condition identifier or a target action in a first action corresponding to the first action identifier based on the first class value range, the data type conversion identifier and the functional skill type; the target condition is a condition which contains a value, does not undergo data type conversion and relates to a target functional skill type, and the target action is an action which contains a value, does not undergo data type conversion and relates to a target functional skill type;
matching the target condition or the first class value range in the target action with the second class value range to obtain a third matching result, and matching the target condition or the first class value range in the target action with the third class value range to obtain a fourth matching result;
and determining the template model matching result based on the third matching result and the fourth matching result.
5. The device function matching method according to claim 4, wherein the determining, based on the first class value range, the data type conversion identifier, and the functional skill type, the target condition in the first condition corresponding to the first condition identifier or the target action in the first action corresponding to the first action identifier specifically includes:
judging whether the first condition or the first action contains a value or not based on the first class value range;
for a second condition including a value in the first condition or a second action including a value in the first action, judging whether the value included in the second condition or the second action is subjected to data type conversion or not based on the data type conversion identifier;
for a third condition that the value contained in the second condition is not subjected to data type conversion or a third action that the value contained in the second action is not subjected to data type conversion, determining a fourth condition related to a target functional skill type in the third condition or a fourth action related to the target functional skill type in the third action based on the functional skill type;
the fourth condition is determined as the target condition and the fourth action is determined as the target action.
6. The device function matching method according to any one of claims 1 to 5, wherein the determining, based on the matching trigger information, a target function, a target skill, and a target template scene of a device class to which the device model belongs, of the device model corresponding to the matching trigger information specifically includes:
and searching the target function from a first database, searching the target skill from a second database and searching the target template scene from a third database based on the matching trigger information.
7. The device function matching method according to any one of claims 1 to 5, wherein the storing the template model matching result specifically includes:
and reclassifying the template model matching result according to the template scene and model respectively, determining the equipment model matched with the same template scene, the template scene rule supported by the same equipment model and the equipment model supported by the same template scene rule, and storing the equipment model and the equipment model respectively.
8. A device function matching apparatus, comprising:
the device comprises a receiving module, a judging module and a judging module, wherein the receiving module is used for receiving matching triggering information under the equipment model, the matching triggering information comprises change information and/or template test information, and the change information comprises at least one of function change information and skill change information;
The determining module is used for determining a target function, a target skill and a target template scene of the equipment model corresponding to the matching trigger information based on the matching trigger information;
and the matching module is used for determining a template model matching result of the equipment model based on the target function, the target skill and the target template scene, and storing the template model matching result.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored program, wherein the program when run performs the device function matching method of any one of claims 1-7.
10. An electronic device comprising a memory and a processor, characterized in that the memory has stored therein a computer program, the processor being arranged to perform the device function matching method of any of claims 1-7 by means of the computer program.
CN202211046400.7A 2022-08-30 2022-08-30 Equipment function matching method, matching device, storage medium and electronic device Pending CN117668009A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211046400.7A CN117668009A (en) 2022-08-30 2022-08-30 Equipment function matching method, matching device, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211046400.7A CN117668009A (en) 2022-08-30 2022-08-30 Equipment function matching method, matching device, storage medium and electronic device

Publications (1)

Publication Number Publication Date
CN117668009A true CN117668009A (en) 2024-03-08

Family

ID=90071954

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211046400.7A Pending CN117668009A (en) 2022-08-30 2022-08-30 Equipment function matching method, matching device, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN117668009A (en)

Similar Documents

Publication Publication Date Title
CN114697150B (en) Command issuing method and device, storage medium and electronic device
CN116033006A (en) Data processing method, system, storage medium and electronic device
CN115343962A (en) Intelligent household appliance control method and system, intelligent screen and storage medium
CN117668009A (en) Equipment function matching method, matching device, storage medium and electronic device
CN116107975A (en) Control method and device of equipment, storage medium and electronic device
CN114911535B (en) Application program component configuration method, storage medium and electronic device
CN116540556A (en) Equipment control method and device based on user habit
CN116360584A (en) Virtual target product generation method and device, storage medium and electronic device
CN115454851A (en) Interface regression testing method and device, storage medium and electronic device
CN115268282A (en) Control method and device of household appliance, storage medium and electronic device
CN114116343A (en) Equipment testing method and device, electronic equipment and storage medium
CN114697345B (en) Information updating method and device, storage medium and electronic device
CN114760235B (en) Method and device for executing dial testing task, storage medium and electronic device
CN115314332B (en) Equipment theme setting method and device, storage medium and electronic device
CN115296986B (en) Event recording method and device, storage medium and electronic device
CN117746853A (en) Method and device for controlling intelligent household appliance terminal, storage medium and electronic device
CN118112967A (en) Method and device for determining control result, storage medium and electronic device
CN116431852A (en) Environment state visualization method and device, storage medium and electronic device
CN116346686A (en) Information transmission method and device, storage medium and electronic device
CN116302877A (en) Message queue performance test method and device
CN116560974A (en) Interface testing method of Internet of things equipment, storage medium and electronic device
CN116382727A (en) Equipment upgrading method, storage medium and electronic device
CN115469638A (en) Interface test method and device, storage medium and electronic device
CN115032917A (en) Device control method, storage medium, and electronic apparatus
Hovorushchenko et al. Decision-Making Method for the Humidity Control Subsystem of the Cyber-Physical System “Smart House”

Legal Events

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