CN110661873A - Internet of things platform parameter conversion method, device, equipment, medium and system - Google Patents

Internet of things platform parameter conversion method, device, equipment, medium and system Download PDF

Info

Publication number
CN110661873A
CN110661873A CN201910926132.XA CN201910926132A CN110661873A CN 110661873 A CN110661873 A CN 110661873A CN 201910926132 A CN201910926132 A CN 201910926132A CN 110661873 A CN110661873 A CN 110661873A
Authority
CN
China
Prior art keywords
parameters
parameter
internet
preset
configuration file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910926132.XA
Other languages
Chinese (zh)
Other versions
CN110661873B (en
Inventor
王龙
姚博
刘宗孺
李志为
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nanjing Bo Lian Intelligent Technology Co Ltd
Original Assignee
Nanjing Bo Lian Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nanjing Bo Lian Intelligent Technology Co Ltd filed Critical Nanjing Bo Lian Intelligent Technology Co Ltd
Priority to CN201910926132.XA priority Critical patent/CN110661873B/en
Publication of CN110661873A publication Critical patent/CN110661873A/en
Application granted granted Critical
Publication of CN110661873B publication Critical patent/CN110661873B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a method, a device, equipment, a medium and a system for converting parameters of an Internet of things platform, relates to the field of equipment control, and is used for solving the problem that the parameters of the existing Internet of things platform are difficult to convert, and the method comprises the following steps: replacing preset parameters in the configuration file according to the input parameters; replacing preset parameter values in the configuration file according to the input parameter values, and generating a new configuration file, namely a first configuration file; matching parameters and parameter values in the first configuration file according to an input control instruction; and controlling the running state of the equipment according to the matching result. The invention also discloses an Internet of things platform parameter conversion implementation device, electronic equipment, a computer storage medium, a control terminal and a remote server. According to the invention, parameter replacement is carried out on the configuration file, so that the conversion of the parameters of the platform of the Internet of things is realized.

Description

Internet of things platform parameter conversion method, device, equipment, medium and system
Technical Field
The invention relates to the field of equipment control, in particular to a method, a device, equipment, a medium and a system for converting parameters of an Internet of things platform.
Background
At present, intelligent equipment generally needs to be accessed to various Internet of things platforms, such as intelligent DNA of Beijing Dong, Aliyun, China and America, Bo-Union and the like. All platforms abstract the functions of the intelligent device into a series of function parameters and function values owned by the function parameters.
For example, a socket product, "switch" is used as a parameter, and may be represented by the english word "power". The functional value of "power" is "on" or "off" and can be represented by the values 1 and 0.
For example, a socket status with a small night light is "socket on, small night light off" can be represented by the JSON string:
{power:1,light:0};
the control command of the device, for example "turn on a small night light", can be expressed as:
{light:1}
however, the function parameters and function values of the internet of things platforms used for representing the functions of the intelligent device are not consistent with each other, for example, the kyoto platform 'power' is used for representing a switch, the bose intelligent DNA platform uses 'pwr' for representing the switch, and the united states uses the numeral 1 for representing the switch. Functional values may also be inconsistent, such as the kyoto platform and bock intelligent DNA using values 1 and 0 for "on" or "off" and the national platform using values 1 and 2 for "on" or "off".
In the current development of the internet of things, a scene that protocols of various platforms need to be mutually converted often exists, but a method for converting parameters among multiple platforms is lacked, so that the conversion among the parameters is difficult to realize, and for one device to access different platforms, APP or cloud service needs to be repeatedly developed and controlled for the device.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the objectives of the present invention is to provide a method for converting parameters of an internet of things platform, which completes parameter conversion between platforms by establishing a configuration file and replacing the configuration file according to parameters under an internet of things platform protocol.
One of the purposes of the invention is realized by adopting the following technical scheme:
an Internet of things platform parameter conversion method comprises the following steps:
replacing preset parameters in the configuration file according to the input parameters;
replacing preset parameter values in the configuration file according to the input parameter values, and generating a new configuration file, namely a first configuration file;
matching parameters and parameter values in the first configuration file according to an input control instruction;
and controlling the running state of the equipment according to the matching result.
Further, the preset parameter is a preset device function parameter, and the preset parameter value is a preset device function value.
Further, the parameters and the parameter values are device function parameters and device function parameter values under an internet of things platform protocol.
Furthermore, the preset parameters and the preset parameter values are embodied by preset array names, more than one preset array names are provided, and the array names are replaced according to the input name of the Internet of things platform; the parameters and the parameter values are embodied by corresponding internet of things platform names.
Further, the preset parameter value corresponds to the preset parameter through a two-dimensional array, and the number of the preset parameter is displayed in the first dimension of the two-dimensional array; the two-dimensional array displays the number of the preset parameter values in a second dimension; and the preset parameter value assigns a value to the preset parameter.
Further, the parameter and the preset parameter display the same device function, and the parameter value and the preset parameter value display the same device function value.
And further, when the control interface of the Internet of things platform is operated, the control instruction is generated.
Further, the matching result is the parameters in the first configuration file and the corresponding parameter values.
The invention also aims to provide a parameter conversion device for the platform of the internet of things, which is used for updating the configuration file so as to complete parameter conversion between platforms of the internet of things.
The second purpose of the invention is realized by adopting the following technical scheme:
an internet of things platform parameter conversion device, comprising:
the updating module is used for replacing the preset parameters and the preset parameter values in the configuration file according to the input parameters and the parameter values and generating a new configuration file, namely a first configuration file;
and the execution module is used for matching the parameters and the parameter values in the first configuration file according to the input control instruction and controlling the running state of the equipment according to the matching result.
It is a third object of the present invention to provide an electronic device for performing one of the above objects, which includes a processor, a storage medium, and a computer program, where the computer program is stored in the storage medium, and when the computer program is executed by the processor, the method for converting parameters of an internet of things platform is implemented.
It is a fourth object of the present invention to provide a computer-readable storage medium storing one of the objects of the present invention, wherein a computer program is stored thereon, and when being executed by a processor, the computer program implements the above-mentioned method for converting parameters of an internet of things platform.
The fifth purpose of the present invention is to provide a system for implementing the parameter conversion of the platform of the internet of things, which stores one of the purposes of the present invention, and comprises: a control terminal and a remote server;
the remote server is used for replacing preset parameters and preset parameter values in the configuration file according to the input parameters and parameter values, embodying the parameters and parameter names through corresponding Internet of things platform names, generating and storing a new configuration file; when a control instruction is received, matching parameters and parameter values under a corresponding Internet of things platform according to the control instruction, and sending the parameters and target execution functions corresponding to the parameter values to a control terminal; the control terminal is used for receiving the execution function instruction sent by the remote server and controlling the running state of the equipment according to the execution function instruction.
Compared with the prior art, the invention has the beneficial effects that:
according to the method, the configuration file is established for the functional parameters and the functional parameter values of the equipment, and is updated according to the parameters and the parameter values under the platform protocol of the Internet of things, so that the configuration file of the control equipment under the platform protocol of the Internet of things is obtained; the conversion of the parameters is completed without repeatedly developing APP or cloud services.
Drawings
Fig. 1 is a flowchart of a method for converting parameters of an internet of things platform according to a first embodiment;
fig. 2 is a block diagram of a parameter conversion apparatus of an internet of things platform according to a fourth embodiment;
fig. 3 is a schematic structural diagram of an electronic device according to a fifth embodiment.
Detailed Description
The present invention will now be described in more detail with reference to the accompanying drawings, in which the description of the invention is given by way of illustration and not of limitation. The various embodiments may be combined with each other to form other embodiments not shown in the following description.
Example one
The embodiment I provides a method for converting parameters of an Internet of things platform, and aims to update a configuration file to generate a new configuration file.
When a device needs to be controlled, a configuration file of the device needs to be provided, which includes preset parameters and preset parameter values, where the preset parameters and the preset parameter values are generally function parameters and function parameter values of the device, but the configuration file is not limited thereto, and may also be other parameters and parameter values included in a device control instruction.
Referring to fig. 1, when a parameter under an internet of things platform needs to be converted into a parameter that can be recognized by a device, a preset parameter in a configuration file is replaced according to an input parameter;
replacing preset parameter values in the configuration file according to the input parameter values, and generating a new configuration file, namely a first configuration file;
matching parameters and parameter values in the first configuration file according to an input control instruction;
and controlling the running state of the equipment according to the matching result.
Since the first configuration file corresponds to the parameters and parameter values in the configuration file one to one, the control operation of the device can be realized by using the first configuration file.
The specific format of the configuration file is as follows:
Figure BDA0002219003210000051
the preset parameter in the params field can be replaced by the input parameter, and the preset parameter in the vals field can be replaced by the input parameter
It should be noted that, since the functions expressed by the preset parameters and the input parameters are the same, and the appearance positions of the preset parameters and the input parameters in the configuration file or the first configuration file are the same, the device can identify the preset parameters and the preset parameter values corresponding to the parameters and the parameter values in the first configuration file, thereby completing the control of the device.
For example, the preset parameter of the switch is "power", the input parameter is "pwr", and "pwr" is used to replace "power", the function parameter of the configuration file and "switch" in the first configuration file appears at the same position, i.e. its "coordinate" is the same, and for the device, its realized function is the same, and "power" and "pwr" are equivalent.
Example two
The second embodiment is an improvement on the first embodiment, and the parameter value can be converted between the platforms by using a configuration file by using the plurality of sets of names to represent the preset parameters and the preset parameter values and replacing the sets of names according to the names of the platforms of the internet of things.
The preset parameters and the preset parameter values are embodied by preset number group names, and the number group names are replaced according to the input name of the Internet of things platform; the parameters and the parameter values are embodied by corresponding internet of things platform names.
The configuration file comprises more than one preset array name, the function and function values expressed by the preset parameters and the preset parameter values after each array name are the same, and the arrangement sequence is also the same, so that the functions realized by the parameters and the parameter values after each array name are the same for the equipment; when parameters and parameter values under different Internet of things platform protocols are input, a new configuration file can be generated only by replacing the array name with the Internet of things platform name and replacing the parameters and parameter values under the array name.
The configuration file format is as follows:
Figure BDA0002219003210000061
for example, one type of air conditioner includes on/off and mode (automatic, cooling, heating, dehumidifying, and blowing).
The platform protocol in kyoto (with the name jd) is:
power (switch), function value: 0 (off), 1 (on);
mode (mode), function value: 0 (automatic), 1 (refrigeration), 2 (heating), 3 (dehumidification) and 4 (air supply);
the platform protocol in Bo-Fei Intelligence (named dnas) is:
power (switch); functional parameter values: 0 (off), 1 (on);
functional parameter ac _ mode (mode); functional parameter values: 0 (automatic), 1 (refrigeration), 2 (heating), 3 (dehumidification) and 4 (air supply);
the platform protocol in the united states (named gemo) is:
functional parameter 1 (switch); functional value: 1 (off), 2 (on);
functional parameter 1001 (mode); functional value: 1 (automatic), 3 (refrigeration), 2 (heating), 4 (dehumidification) and 0 (air supply);
generating a new configuration file according to the input parameters, parameter values and the name of the platform of the internet of things can be expressed as follows:
Figure BDA0002219003210000081
Figure BDA0002219003210000091
therefore, parameters and parameter value conversion rules under a plurality of platform protocols can be expressed simply.
EXAMPLE III
The third embodiment is performed on the basis of the first embodiment or/and the second embodiment, and the preset parameter values are limited mainly in a two-dimensional array form, so that the corresponding relation between the parameter values and the parameters is more definite and is easier to identify by the equipment.
The method comprises the following steps that a preset parameter value in a configuration file corresponds to a preset parameter through a two-dimensional array, and the number of the preset parameter is displayed in the first dimension of the two-dimensional array; the two-dimensional array displays the number of the preset parameter values in a second dimension; and the preset parameter value assigns a value to the preset parameter.
For example, setting of function values is performed for preset parameters of the following configuration files:
if there are 3 parameter values, the parameter value of 'mode' can be expressed in the following two-dimensional array form:
Figure BDA0002219003210000093
Figure BDA0002219003210000101
the two-dimensional array of '1 ] [3]' indicates that one parameter is in the 'params' field, the number of parameter values is 3, and the configuration file can accurately display the function of 'mode' through assignment of [0,1,2], the function has three functional values of '0, 1, 2', and the device is easy to recognize.
And replacing the preset parameters and the preset parameter values in the configuration file according to the input parameters and the input parameter values, and generating a new configuration file.
Example four
An embodiment four discloses a device corresponding to the internet of things platform parameter conversion method in the foregoing embodiment, which is a virtual device structure in the foregoing embodiment, and as shown in fig. 2, the method includes:
an updating module 110, configured to replace a preset parameter and a preset parameter value in the configuration file according to the input parameter and the parameter value, and generate a new configuration file, which is referred to as a first configuration file;
and the execution module 120 is configured to match the parameters and parameter values in the first configuration file according to the input control instruction and control the device operating state according to the matching result.
EXAMPLE five
Fig. 3 is a schematic structural diagram of an electronic device according to a fifth embodiment of the present invention, as shown in fig. 3, the electronic device includes a processor 210, a memory 220, an input device 230, and an output device 240; the number of processors 210 in the computer device may be one or more, and one processor 210 is taken as an example in fig. 3; the processor 210, the memory 220, the input device 230, and the output device 240 in the electronic apparatus may be connected by a bus or other means, and the bus connection is taken as an example in fig. 3.
The memory 220 is a computer-readable storage medium, and can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the internet of things platform parameter conversion method in the embodiment of the present invention (for example, the update module 110, the execution module 120 in the internet of things platform parameter conversion apparatus). The processor 210 executes various functional applications and data processing of the electronic device by running the software programs, instructions and modules stored in the memory 220, that is, the method for converting parameters of the platform of the internet of things in the first to third embodiments is implemented.
The memory 220 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 220 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 220 may further include memory located remotely from the processor 210, which may be connected to the electronic device through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 230 may be used to receive parameters, parameter values, and the like. The output device 240 may include a display device such as a display screen.
EXAMPLE six
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, where the computer-executable instructions are executed by a computer processor to perform a method for converting parameters of an internet of things platform, where the method includes:
replacing preset parameters in the configuration file according to the input parameters;
replacing preset parameter values in the configuration file according to the input parameter values, and generating a new configuration file, namely a first configuration file;
matching parameters and parameter values in the first configuration file according to an input control instruction;
and controlling the running state of the equipment according to the matching result.
Of course, the storage medium provided by the embodiment of the present invention contains computer-executable instructions, and the computer-executable instructions are not limited to the operations of the method described above, and may also perform related operations in the method for converting parameters based on an internet of things platform provided by any embodiment of the present invention.
EXAMPLE seven
The seventh embodiment of the invention also provides a system for realizing the parameter conversion of the internet of things, which comprises a control terminal and a remote server.
The remote server is used for replacing preset parameters and preset parameter values in the configuration file according to the input parameters and parameter values, embodying the parameters and parameter names through corresponding Internet of things platform names, generating and storing a new configuration file; when a control instruction is received, matching parameters and parameter values under a corresponding Internet of things platform according to the control instruction, and sending the parameters and target execution functions corresponding to the parameter values to a control terminal; the control terminal is used for receiving the execution function instruction sent by the remote server and controlling the running state of the equipment according to the execution function instruction.
The control terminal is a terminal controller capable of controlling one or more devices; the remote server may be a cloud server or the like.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes instructions for enabling an electronic device (which may be a mobile phone, a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the method for converting parameters based on the platform of the internet of things, each included unit and module are only divided according to functional logic, but are not limited to the above division, as long as corresponding functions can be realized; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
Various other modifications and changes may be made by those skilled in the art based on the above-described technical solutions and concepts, and all such modifications and changes should fall within the scope of the claims of the present invention.

Claims (12)

1. An Internet of things platform parameter conversion method is characterized by comprising the following steps:
replacing preset parameters in the configuration file according to the input parameters;
replacing preset parameter values in the configuration file according to the input parameter values, and generating a new configuration file, namely a first configuration file;
matching parameters and parameter values in the first configuration file according to an input control instruction;
and controlling the running state of the equipment according to the matching result.
2. The internet of things platform parameter conversion method of claim 1, wherein the preset parameter is a preset device function parameter, and the preset parameter value is a preset device function value.
3. The method for converting parameters of an internet of things platform according to claim 1, wherein the parameters and the parameter values are device function parameters and device function parameter values under an internet of things platform protocol.
4. The internet of things platform parameter conversion method according to any one of claims 1 to 3, wherein the preset parameters and the preset parameter values are embodied by preset array names, more than one preset array names are provided, and the array names are replaced according to the input internet of things platform names; the parameters and the parameter values are embodied by corresponding internet of things platform names.
5. The internet-of-things platform parameter conversion method according to claim 1 or 2, wherein the preset parameter value corresponds to the preset parameter through a two-dimensional array, and the number of the preset parameter is displayed in a first dimension of the two-dimensional array; the two-dimensional array displays the number of the preset parameter values in a second dimension; and the preset parameter value assigns a value to the preset parameter.
6. The internet of things platform parameter conversion method according to any one of claims 1 to 3, wherein the parameter and the preset parameter show the same device function, and the parameter value and the preset parameter value show the same device function value.
7. The method for converting parameters of an internet of things platform according to claim 1, wherein the control instruction is generated when a control interface of the internet of things platform is operated.
8. The internet-of-things platform parameter conversion method of claim 1, wherein the matching result is a parameter in the first configuration file and a corresponding parameter value.
9. The utility model provides a thing networking platform parameter conversion equipment which characterized in that, it includes:
the updating module is used for replacing the preset parameters and the preset parameter values in the configuration file according to the input parameters and the parameter values and generating a new configuration file, namely a first configuration file;
and the execution module is used for matching the parameters and the parameter values in the first configuration file according to the input control instruction and controlling the running state of the equipment according to the matching result.
10. An electronic device comprising a processor, a storage medium, and a computer program, the computer program being stored in the storage medium, wherein the computer program, when executed by the processor, implements the method for converting parameters of an internet of things platform according to any one of claims 1 to 8.
11. A computer-readable storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the internet of things platform parameter conversion method according to any one of claims 1 to 8.
12. The utility model provides a thing networking platform parameter conversion implementation system which characterized in that, it includes: a control terminal and a remote server;
the remote server is used for replacing preset parameters and preset parameter values in the configuration file according to the input parameters and parameter values, embodying the parameters and parameter names through corresponding Internet of things platform names, generating and storing a new configuration file; when a control instruction is received, matching parameters and parameter values under a corresponding Internet of things platform according to the control instruction, and sending the parameters and target execution functions corresponding to the parameter values to a control terminal; the control terminal is used for receiving the execution function instruction sent by the remote server and controlling the running state of the equipment according to the execution function instruction.
CN201910926132.XA 2019-09-27 2019-09-27 Internet of things platform parameter conversion method, device, equipment, medium and system Active CN110661873B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910926132.XA CN110661873B (en) 2019-09-27 2019-09-27 Internet of things platform parameter conversion method, device, equipment, medium and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910926132.XA CN110661873B (en) 2019-09-27 2019-09-27 Internet of things platform parameter conversion method, device, equipment, medium and system

Publications (2)

Publication Number Publication Date
CN110661873A true CN110661873A (en) 2020-01-07
CN110661873B CN110661873B (en) 2022-06-03

Family

ID=69039661

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910926132.XA Active CN110661873B (en) 2019-09-27 2019-09-27 Internet of things platform parameter conversion method, device, equipment, medium and system

Country Status (1)

Country Link
CN (1) CN110661873B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113839992A (en) * 2021-08-31 2021-12-24 青岛海尔科技有限公司 Equipment control method and device
CN113985767A (en) * 2021-10-21 2022-01-28 广州鲁邦通智能科技有限公司 Method for synchronizing IOT equipment UI to cloud platform and Internet of things system

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103997532A (en) * 2014-05-30 2014-08-20 长沙瑞和数码科技有限公司 Agriculture internet-of-things edge middleware system
CN104301142A (en) * 2014-10-13 2015-01-21 杭州华三通信技术有限公司 Backup method and device for configuration files
CN104754287A (en) * 2013-12-25 2015-07-01 中国电信股份有限公司 Video monitoring equipment configuration parameter issuing method and system
CN104865906A (en) * 2014-06-27 2015-08-26 广东美的环境电器制造有限公司 Environmental regulation device control system, method, server and mobile terminal
CN104916101A (en) * 2015-04-14 2015-09-16 北京网河时代科技有限公司 Bluetooth 4.0 wall switch control system
CN106878425A (en) * 2017-02-22 2017-06-20 浙江深大智能科技有限公司 A kind of method of the master control borad, gate and remote control for gate
CN107148031A (en) * 2017-03-17 2017-09-08 上海庆科信息技术有限公司 A kind of method of testing of WiFi module software systems, apparatus and system
CN108268289A (en) * 2016-12-30 2018-07-10 阿里巴巴集团控股有限公司 Method for parameter configuration, the apparatus and system of web applications
CN108616866A (en) * 2016-12-22 2018-10-02 大唐移动通信设备有限公司 A kind of system information update method and base station
CN109870991A (en) * 2019-03-26 2019-06-11 京东方科技集团股份有限公司 Configuration method, the device and system of device parameter

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104754287A (en) * 2013-12-25 2015-07-01 中国电信股份有限公司 Video monitoring equipment configuration parameter issuing method and system
CN103997532A (en) * 2014-05-30 2014-08-20 长沙瑞和数码科技有限公司 Agriculture internet-of-things edge middleware system
CN104865906A (en) * 2014-06-27 2015-08-26 广东美的环境电器制造有限公司 Environmental regulation device control system, method, server and mobile terminal
CN104301142A (en) * 2014-10-13 2015-01-21 杭州华三通信技术有限公司 Backup method and device for configuration files
CN104916101A (en) * 2015-04-14 2015-09-16 北京网河时代科技有限公司 Bluetooth 4.0 wall switch control system
CN108616866A (en) * 2016-12-22 2018-10-02 大唐移动通信设备有限公司 A kind of system information update method and base station
CN108268289A (en) * 2016-12-30 2018-07-10 阿里巴巴集团控股有限公司 Method for parameter configuration, the apparatus and system of web applications
CN106878425A (en) * 2017-02-22 2017-06-20 浙江深大智能科技有限公司 A kind of method of the master control borad, gate and remote control for gate
CN107148031A (en) * 2017-03-17 2017-09-08 上海庆科信息技术有限公司 A kind of method of testing of WiFi module software systems, apparatus and system
CN109870991A (en) * 2019-03-26 2019-06-11 京东方科技集团股份有限公司 Configuration method, the device and system of device parameter

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113839992A (en) * 2021-08-31 2021-12-24 青岛海尔科技有限公司 Equipment control method and device
CN113839992B (en) * 2021-08-31 2023-09-19 青岛海尔科技有限公司 Equipment control method and device
CN113985767A (en) * 2021-10-21 2022-01-28 广州鲁邦通智能科技有限公司 Method for synchronizing IOT equipment UI to cloud platform and Internet of things system

Also Published As

Publication number Publication date
CN110661873B (en) 2022-06-03

Similar Documents

Publication Publication Date Title
CN110661873B (en) Internet of things platform parameter conversion method, device, equipment, medium and system
CN102185706B (en) Method for generating IEEE1394 (Institute of Electrical and Electronics Engineers 1394) network topological graph
CN110688172B (en) Device function mutual exclusion logic configuration method and device, electronic device and storage medium
CN107527112B (en) Method and equipment for determining shortest path between power equipment
CN105259806A (en) Controller upgrade method and system, main controller and slave controller
CN111552550A (en) Task scheduling method, device and medium based on GPU (graphics processing Unit) resources
CN110703616A (en) Intelligent interaction method, cloud server, intelligent interaction system and storage medium
CN114374602B (en) Master control equipment configuration method and device, cloud server and storage medium
CN115277882B (en) CAN message database establishment method and device, vehicle-mounted electronic equipment and storage medium
CN104125150A (en) Protocol message processing method, device and system
US11223961B2 (en) Configuration method of wireless network system, configuration terminal and configuration system
CN110009100B (en) Calculation method of user-defined operator and related product
CN107888677B (en) Communication implementation method, control terminal, intelligent device and system
CN114819095A (en) Method and device for generating business data processing model and electronic equipment
CN115687233A (en) Communication method, device, equipment and computer readable storage medium
CN105528256A (en) Communication control method for main program and multimedia courseware of spaceflight equipment training system
CN111178373B (en) Operation method, device and related product
CN113747423A (en) Cloud mobile phone state synchronization method, device, equipment, storage medium and program product
CN114995649B (en) Role calling method, device, equipment and medium
CN110854997A (en) Remote online maintenance method and device for photovoltaic inverter
CN111552898A (en) Flowchart drawing method and device based on Html5, computer equipment and storage medium
CN110738017A (en) Distributed integrated circuit simulation method and device, computing equipment and storage medium
CN110113181A (en) Node configuration method, device, computer installation and readable storage medium storing program for executing
CN111079914B (en) Operation method, system and related product
CN112671970B (en) Control method and control device for mobile equipment and cloud mobile phone, electronic equipment, mobile equipment, cloud server and medium

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
GR01 Patent grant
GR01 Patent grant