CN115291781B - Parameter adjusting method, device and system of equipment - Google Patents

Parameter adjusting method, device and system of equipment Download PDF

Info

Publication number
CN115291781B
CN115291781B CN202210766955.2A CN202210766955A CN115291781B CN 115291781 B CN115291781 B CN 115291781B CN 202210766955 A CN202210766955 A CN 202210766955A CN 115291781 B CN115291781 B CN 115291781B
Authority
CN
China
Prior art keywords
value
control
control value
parameter
control end
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210766955.2A
Other languages
Chinese (zh)
Other versions
CN115291781A (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.)
Xiamen Leelen Technology Co Ltd
Original Assignee
Xiamen Leelen 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 Xiamen Leelen Technology Co Ltd filed Critical Xiamen Leelen Technology Co Ltd
Priority to CN202210766955.2A priority Critical patent/CN115291781B/en
Publication of CN115291781A publication Critical patent/CN115291781A/en
Application granted granted Critical
Publication of CN115291781B publication Critical patent/CN115291781B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • G06F3/04847Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The invention discloses a parameter adjusting method, a device, a system and a storage medium of equipment, wherein the equipment comprises a control end, and the method comprises the following steps: acquiring a first control value input by the control end; generating a second control value executable by the equipment according to the first control value, and carrying out parameter adjustment on the equipment through the second control value; and acquiring a corresponding parameter value of the equipment after parameter adjustment according to the second control value, and determining control data displayed by the control end according to the relation between the parameter value and the second control value. The method can prevent the loss of precision after the conversion of the numerical value, ensure the consistency of the control value and the feedback value, and improve the accuracy and the reliability of parameter adjustment.

Description

Parameter adjusting method, device and system of equipment
Technical Field
The present invention relates to the field of computer communications technologies, and in particular, to a method, an apparatus, and a system for adjusting parameters of a device.
Background
With the development of smart home, our control end (APP, gateway, mechanical panel, etc.) needs to support the remote control of controlled devices (background music host, dimming lamp, color-mixing lamp, etc.) of different manufacturers, for example, adjust the volume of background music device on APP, adjust the brightness of dimming lamp by mechanism knob on dimming lamp panel, etc. However, because the control (volume, brightness, color temperature, etc.) ranges of the equipment of different manufacturers are not uniform, for example, the volume adjustment range of the Poisson background music host is 0-32, the volume adjustment range of the Walsh background music host is 0-255, and the volume adjustment range of the background music host is 0-100. When the control end is used for remotely controlling the volume of the poise background music host to be 53% at 0-100%, the control end carries out numerical conversion of 53 x 32/100=16 at the back and sends the numerical conversion to the poise background music host by taking 16 as a control value. After the control is responded by the poise background music host, state feedback is carried out, the current sound value is 16, the control end receives the return value of 16 and carries out 16 x 100/32=50 value conversion, at the moment, the jump phenomenon that the control value is inconsistent with the parameter value and the parameter value is 53 and the parameter value is 50 is caused by the lack of conversion precision at the control end.
Disclosure of Invention
In view of the above, the present invention aims to provide a method, a device and a system for adjusting parameters of a device, which aims to solve the problem that the control value and the feedback value are inconsistent when the parameters of the device are adjusted in the prior art.
In order to achieve the above object, the present invention provides a parameter adjustment method for an apparatus, the apparatus including a control terminal, the method including:
acquiring a first control value input by the control end;
generating a second control value executable by the equipment according to the first control value, and carrying out parameter adjustment on the equipment through the second control value;
and acquiring a corresponding parameter value of the equipment after parameter adjustment according to the second control value, and determining control data displayed by the control end according to the relation between the parameter value and the second control value.
Preferably, the generating a second control value executable by the device according to the first control value includes:
and calculating and converting the first control value according to the conversion formula of the adjusting range of the control end and the adjusting range of the equipment to generate the corresponding second control value.
Preferably, the generating a second control value executable by the device according to the first control value includes:
searching the second control value corresponding to and matched with the first control value through a preset relation mapping table to call; the relation mapping table is used for indicating the relation table stored after the corresponding conversion of the first control value and the second control value.
Preferably, after the second control value is generated, the first control value and the second control value are recorded in the control terminal.
Preferably, the determining the control data displayed by the control end according to the relation between the parameter value and the second control value includes:
when the parameter value is judged to be equal to the second control value recorded by the control end, displaying the first control value corresponding to the second control value on the control end;
and when the parameter value is judged to be unequal to the second control value recorded by the control end, calculating and converting the parameter value according to the conversion formula to obtain a corresponding value, and displaying the corresponding value on the control end.
Preferably, the device comprises an intelligent home device with remote parameter control; the parameters comprise functions which are controlled remotely, and the parameters are adjusted by corresponding to the functions of the intelligent household equipment.
In order to achieve the above object, the present invention further provides a parameter adjusting apparatus for a device, the device including a control end, the apparatus including:
the acquisition unit is used for acquiring a first control value input by the control end;
the generating unit is used for generating a second control value executable by the equipment according to the first control value and carrying out parameter adjustment on the equipment through the second control value;
and the determining unit is used for acquiring the corresponding parameter value of the equipment after parameter adjustment according to the second control value, and determining the control data displayed by the control end according to the relation between the parameter value and the second control value.
In order to achieve the above object, the present invention also proposes an apparatus comprising a processor, a memory and a computer program stored in the memory, the computer program being executed by the processor to implement the steps of a method for parameter adjustment of an apparatus as described in the above embodiments.
In order to achieve the above object, the present invention also proposes a computer-readable storage medium having stored thereon a computer program to be executed by a processor to implement the steps of a parameter adjustment method of an apparatus as described in the above embodiments.
In order to achieve the above objective, the present invention further provides an intelligent home device, which includes the steps of a method for adjusting parameters of a device according to the above embodiment.
The beneficial effects are that:
according to the scheme, the second control value is obtained by converting the first control value input by the control end through the user, the parameter value after the parameter adjustment is carried out on the equipment through the second control value is obtained, the control data displayed by the control end is determined according to the relation between the parameter value and the second control value, the precision loss can be avoided after the value conversion, the consistency of the control value and the feedback value is ensured, and the accuracy and the reliability of the parameter adjustment are improved.
According to the scheme, the conversion is carried out through the conversion formulas of the control end and the equipment, or the corresponding second control value is obtained by calling the preset relation mapping table, so that the equipment can be ensured to execute the operation according to the identifiable numerical value.
According to the scheme, when the parameter value is equal to the second control value recorded by the control end, the corresponding first control value is displayed on the control end, numerical conversion is not needed again, accuracy loss is avoided, and accuracy of numerical feedback is improved.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flow chart of a parameter adjusting method of an apparatus according to an embodiment of the present invention.
Fig. 2 is a schematic structural diagram of a parameter adjusting device of an apparatus according to an embodiment of the present invention.
The realization of the object, the functional characteristics and the advantages of the invention will be further described with reference to the accompanying drawings in connection with the embodiments.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments. All other embodiments, based on the embodiments of the invention, which are apparent to those of ordinary skill in the art without inventive faculty, are intended to be within the scope of the invention. Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, based on the embodiments of the invention, which are apparent to those of ordinary skill in the art without inventive faculty, are intended to be within the scope of the invention.
In the description of the present invention, the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature.
The following describes the invention in detail with reference to examples.
At present, two main solutions to the phenomenon of precision deficiency exist: (1) The method has the advantages that all manufacturer devices which are required to be accessed use the same measuring range, for example, the volume value of background music is unified to be 0-100, so that the numerical conversion problem related to non-uniform measuring range is avoided, the mode needs to be unified with business communication of different manufacturers and software/protocols are changed, and the problems of low response speed of the manufacturers and high labor cost exist. (2) Using floating point type numerical conversion calculations, the lack of precision is minimized, e.g., 53.00 x 32/100=16.93, rounded off, using 17 as the control value. The control end receives 17.00 x 32/100= 53.125 when the feedback value of the controlled device is 17, and the feedback value is considered to be 53 by rounding. In the scheme (2), only when the individual control value and the feedback value can be consistent through numerical conversion calculation by combining the rounding principle, for example, when the control volume is 54, the control value is 17, the feedback value is 17, numerical conversion calculation is performed by combining the feedback value with the rounding principle, and 53, a slight jump still exists, and although the method is simple and direct, the conversion accuracy is still lost, so that the control value and the feedback value are inconsistent.
Based on the method, the invention provides a parameter adjusting method of equipment, which can solve the problem that the control value is inconsistent with the feedback value due to the fact that the precision is lost caused by numerical conversion; and when the control terminal is provided with a plurality of control terminals and a plurality of control modes, the control terminals can be automatically distinguished, and the display control values are updated in real time so as to avoid misoperation.
Referring to fig. 1, a flow chart of a method for adjusting parameters of a device according to an embodiment of the invention is shown.
In this embodiment, a method for adjusting parameters of a device, where the device includes a control end, includes:
s11, acquiring a first control value input by the control end.
And S12, generating a second control value executable by the equipment according to the first control value, and carrying out parameter adjustment on the equipment through the second control value.
S13, acquiring a corresponding parameter value of the intelligent equipment after parameter adjustment according to the second control value, and determining control data displayed by the control end according to the relation between the parameter value and the second control value.
The equipment comprises intelligent household equipment (such as an intelligent sound box, an intelligent music machine, an intelligent lamp, an intelligent curtain and the like) with remote parameter control; the parameters include functions (such as volume, brightness, color temperature, travel, etc.) which are controlled remotely, and the parameters are adjusted by corresponding to the functions of the smart home device.
In this embodiment, the smart home device includes at least one control end and one controlled end, where the control end may be an APP, a gateway, or a mechanical panel, etc. and is connected (in communication connection or physical connection) with a smart home device (controlled end) and may adjust parameters of the smart home device, and the controlled end is the smart home device that adjusts the parameters. For example, the adjustment parameter is music volume, and the smart home device may be a music player; the adjustment parameter is brightness, and the smart home device may be a lamp.
In an embodiment, the generating a second control value executable by the device according to the first control value includes:
and calculating and converting the first control value according to the conversion formula of the adjusting range of the control end and the adjusting range of the equipment to generate the corresponding second control value.
In another embodiment, the generating a second control value executable by the device from the first control value includes:
searching the second control value corresponding to and matched with the first control value through a preset relation mapping table to call; the relation mapping table is used for indicating the relation table stored after the corresponding conversion of the first control value and the second control value.
Wherein the first control value and the second control value are recorded in the control terminal after the second control value is generated.
Further, the determining the control data displayed by the control end according to the relation between the parameter value and the second control value includes:
when the parameter value is judged to be equal to the second control value recorded by the control end, displaying the first control value corresponding to the second control value on the control end;
and when the parameter value is judged to be unequal to the second control value recorded by the control end, calculating and converting the parameter value according to the conversion formula to obtain a corresponding value, and displaying the corresponding value on the control end.
Hereinafter, an example of adjusting the volume by the music player will be described.
The user sets a control value (for example, volume is adjusted to 53) at a control end (APP, gateway, mechanical panel and the like), the control end converts a conversion value (53 x 32/100=16) by utilizing the ratio of the measuring range (0-100) of the control end to the measuring range (0-32) of a controlled device (a poise background music host), the control end records the current control value (53) and the conversion value (16), the conversion value is used as control to be sent to the controlled device, the controlled device executes self-adjustment after receiving the control (16) and automatically triggers reporting of the reporting value (16), the current adjusted state is indicated, the control end compares the reporting value (16) with the conversion value (16) before the control end when receiving the reporting value (16), and if the two values are equal, the control value 53 is used as a feedback value to be displayed at the control end; if the parameters are not equal (when the user adjusts the corresponding parameters through the controlled device, for example, when the parameters are adjusted to be 18 by 16, the parameters are not equal), a report value (18) reported by the user after the controlled device is locally controlled (the user adjusts music on a local interface of a poise background music host), a feedback value is obtained through calculation according to value conversion ((report value is 32/100=feedback value)), and the feedback value is displayed at a control end. When the user adjusts parameters in various modes through the control end and the controlled equipment respectively, the accuracy loss cannot occur after the numerical value is converted, the consistency of the control value and the feedback value is ensured, and the accuracy of parameter adjustment is improved.
Referring to fig. 2, a schematic structural diagram of a parameter adjusting device of an apparatus according to an embodiment of the present invention is shown.
In this embodiment, the apparatus includes a control terminal, and the device 20 includes:
an obtaining unit 21, configured to obtain a first control value input by the control end;
a generating unit 22, configured to generate a second control value executable by the device according to the first control value, and perform parameter adjustment on the device through the second control value;
and the determining unit 23 is configured to obtain the parameter value corresponding to the parameter adjusted according to the second control value, and determine control data displayed by the control end according to a relationship between the parameter value and the second control value.
The equipment comprises intelligent household equipment (such as an intelligent sound box, an intelligent music machine, an intelligent lamp and an intelligent curtain) with remote parameter control; the parameters comprise functions (such as volume, brightness, color temperature and travel) which are controlled remotely, and the parameters are adjusted through the functions corresponding to the intelligent household equipment.
Further, the generating unit 22 is configured to:
and calculating and converting the first control value according to the conversion formula of the adjusting range of the control end and the adjusting range of the equipment to generate the corresponding second control value.
Further, the generating unit 22 is configured to:
searching the second control value corresponding to and matched with the first control value through a preset relation mapping table to call; the relation mapping table is used for indicating the relation table stored after the corresponding conversion of the first control value and the second control value.
Wherein the first control value and the second control value are recorded in the control terminal after the second control value is generated.
Further, the determining unit 23 includes:
the first judging unit is used for judging that the parameter value is equal to the second control value recorded by the control end, and displaying the first control value corresponding to the second control value on the control end;
and the second judging unit is used for calculating and converting the parameter value according to the conversion formula when the parameter value is not equal to the second control value recorded by the control end, so as to obtain a corresponding value and displaying the corresponding value on the control end.
The respective unit modules of the apparatus 20 may perform the corresponding steps in the above method embodiments, so that the detailed description of the respective unit modules is omitted herein.
The embodiment of the present invention further provides an intelligent home device, which correspondingly may execute the technical scheme of the method embodiment shown in fig. 1, and its implementation principle and technical effects are similar, and details may be referred to the relevant descriptions in the above embodiments, which are not repeated herein.
The embodiment of the present invention further provides a system, where the system includes the parameter adjusting device of the apparatus, where the parameter adjusting device of the apparatus may adopt the structure of the embodiment of fig. 2, and correspondingly, the technical scheme of the embodiment of the method shown in fig. 1 may be implemented, and its implementation principle and technical effect are similar, and details may refer to relevant descriptions in the foregoing embodiments and are not repeated herein.
The system comprises: a device with a photographing function such as a mobile phone, a digital camera or a tablet computer, or a device with an image processing function, or a device with an image display function. The system may include a memory, a processor, an input unit, a display unit, a power source, and the like.
The memory may be used to store software programs and modules, and the processor executes the software programs and modules stored in the memory to perform various functional applications and data processing. The memory 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 (e.g., an image playing function, etc.) required for at least one function, and the like; the storage data area may store data created according to the use of the system, etc. In addition, the memory 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 volatile solid-state storage device. Accordingly, the memory may also include a memory controller to provide access to the memory by the processor and the input unit.
The input unit may be used to receive input digital or character or image information and to generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function control. Specifically, the input unit of the present embodiment may include a touch-sensitive surface (e.g., a touch display screen) and other input devices in addition to the camera.
The display unit may be used to display information entered by a user or provided to a user as well as various graphical user interfaces of the device, which may be composed of graphics, text, icons, video and any combination thereof. The display unit may include a display panel, and alternatively, the display panel may be configured in the form of an LCD (Liquid Crystal Display ), an OLED (Organic Light-Emitting Diode), or the like. Further, the touch-sensitive surface may overlay the display panel, and upon detection of a touch operation thereon or thereabout, the touch-sensitive surface is communicated to the processor to determine the type of touch event, and the processor then provides a corresponding visual output on the display panel based on the type of touch event.
The embodiment of the present invention also provides a computer readable storage medium, which may be a computer readable storage medium contained in the memory in the above embodiment; or may be a computer-readable storage medium, alone, that is not assembled into a device. The computer readable storage medium has stored therein at least one instruction that is loaded and executed by a processor to implement the parameter adjustment method of the device shown in fig. 1. The computer readable storage medium may be a read-only memory, a magnetic disk or optical disk, etc.
It should be noted that, in the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described as different from other embodiments, and identical and similar parts between the embodiments are all enough to be referred to each other. For the device embodiments, the apparatus embodiments and the storage medium embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference is made to the description of the method embodiments for relevant points.
Also, herein, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
While the foregoing description illustrates and describes the preferred embodiments of the present invention, it is to be understood that the invention is not limited to the forms disclosed herein, but is not to be construed as limited to other embodiments, but is capable of use in various other combinations, modifications and environments and is capable of changes or modifications within the scope of the inventive concept, either as described above or as a matter of skill or knowledge in the relevant art. And that modifications and variations which do not depart from the spirit and scope of the invention are intended to be within the scope of the appended claims.

Claims (6)

1. The parameter adjusting method of the equipment is characterized by being applied to intelligent household equipment, wherein the intelligent household equipment comprises a control end, and the method comprises the following steps:
acquiring a first control value input by the control end;
generating a second control value executable by the intelligent household equipment according to the first control value, and carrying out parameter adjustment on the intelligent household equipment through the second control value; the generating a second control value executable by the smart home device according to the first control value includes:
calculating and converting the first control value according to a conversion formula of the adjusting range of the control end and the adjusting range of the intelligent household equipment to generate a corresponding second control value;
after the second control value is generated, the first control value and the second control value are recorded in the control end;
acquiring a corresponding parameter value of the intelligent home equipment after parameter adjustment according to the second control value, and determining control data displayed by the control end according to the relation between the parameter value and the second control value; the determining the control data displayed by the control end according to the relation between the parameter value and the second control value comprises the following steps:
when the parameter value is judged to be equal to the second control value recorded by the control end, displaying the first control value corresponding to the second control value on the control end;
and when the parameter value is judged to be unequal to the second control value recorded by the control end, calculating and converting the parameter value according to a conversion formula to obtain a corresponding value, and displaying the corresponding value on the control end.
2. The method for adjusting parameters of a device according to claim 1, wherein generating a second control value executable by the smart home device according to the first control value comprises:
searching the second control value corresponding to and matched with the first control value through a preset relation mapping table to call; the relation mapping table is used for indicating the relation table stored after the corresponding conversion of the first control value and the second control value.
3. The method for adjusting parameters of a device according to claim 1, wherein the smart home device comprises a device with remote parameter control; the parameters comprise functions which are controlled remotely, and the parameters are adjusted by corresponding to the functions of the intelligent household equipment.
4. Parameter adjusting device of equipment, its characterized in that is applied to intelligent house equipment, intelligent house equipment includes the control end, the device includes:
the acquisition unit is used for acquiring a first control value input by the control end;
the generation unit is used for generating a second control value executable by the intelligent household equipment according to the first control value, and carrying out parameter adjustment on the intelligent household equipment through the second control value; the generating a second control value executable by the smart home device according to the first control value includes:
calculating and converting the first control value according to a conversion formula of the adjusting range of the control end and the adjusting range of the intelligent household equipment to generate a corresponding second control value;
after the second control value is generated, the first control value and the second control value are recorded in the control end;
the determining unit is used for obtaining a corresponding parameter value after the intelligent home equipment performs parameter adjustment according to the second control value, and determining control data displayed by the control end according to the relation between the parameter value and the second control value; the determining the control data displayed by the control end according to the relation between the parameter value and the second control value comprises the following steps:
when the parameter value is judged to be equal to the second control value recorded by the control end, displaying the first control value corresponding to the second control value on the control end;
and when the parameter value is judged to be unequal to the second control value recorded by the control end, calculating and converting the parameter value according to a conversion formula to obtain a corresponding value, and displaying the corresponding value on the control end.
5. An apparatus comprising a processor, a memory and a computer program stored in the memory, the computer program being executed by the processor to carry out the steps of a method of parameter adjustment of an apparatus as claimed in any one of claims 1 to 3.
6. A computer-readable storage medium, on which a computer program is stored, the computer program being executed by a processor to implement the steps of a method of parameter adjustment of an apparatus as claimed in any one of claims 1 to 3.
CN202210766955.2A 2022-07-01 2022-07-01 Parameter adjusting method, device and system of equipment Active CN115291781B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210766955.2A CN115291781B (en) 2022-07-01 2022-07-01 Parameter adjusting method, device and system of equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210766955.2A CN115291781B (en) 2022-07-01 2022-07-01 Parameter adjusting method, device and system of equipment

Publications (2)

Publication Number Publication Date
CN115291781A CN115291781A (en) 2022-11-04
CN115291781B true CN115291781B (en) 2023-05-26

Family

ID=83821941

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210766955.2A Active CN115291781B (en) 2022-07-01 2022-07-01 Parameter adjusting method, device and system of equipment

Country Status (1)

Country Link
CN (1) CN115291781B (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102012006860A1 (en) * 2012-04-03 2013-10-10 Tridonic Gmbh & Co. Kg Method and device for regulating illuminance
CN108509177A (en) * 2018-04-12 2018-09-07 出门问问信息科技有限公司 A kind of volume adjusting method, device, electronic equipment and storage medium
CN112073808A (en) * 2019-06-10 2020-12-11 海信视像科技股份有限公司 Color space switching method and display device
CN110213489B (en) * 2019-06-20 2021-06-15 维沃移动通信有限公司 Control method, control device and terminal equipment
CN114185510B (en) * 2021-11-02 2023-10-20 深圳市冠旭电子股份有限公司 Sound box volume adjusting method and system, sound equipment and storage medium

Also Published As

Publication number Publication date
CN115291781A (en) 2022-11-04

Similar Documents

Publication Publication Date Title
EP3930299B1 (en) Always-on display (aod) control method and terminal device
US8310335B2 (en) Network-based access and control of home automation systems
CN108153778B (en) Webpage storage method, webpage reading method and device
CN110032361B (en) Experiment simulation method, experiment simulation device, electronic equipment and computer readable storage medium
WO2015131531A1 (en) Widget display method, apparatus, and terminal
JP2016500175A (en) Method and apparatus for realizing floating object
CN106201417A (en) Adjust the method for screen display brightness, device and mobile terminal
CN111399941A (en) Batch configuration method, device and equipment for BMC (baseboard management controller) functions
WO2017187664A1 (en) Measurement information transmission device, management system, and information processing program
US20110238731A1 (en) Method to provide an unlimited number of customized user interfaces
CN115291781B (en) Parameter adjusting method, device and system of equipment
CN112163174B (en) Message display method and device, storage medium and computer equipment
CN115460355B (en) Image acquisition method and device
CN113721936B (en) Application management method, intelligent terminal, device and storage medium
US11792269B2 (en) Method for generating application for controlling external electronic device and electronic apparatus for supporting the same
CN112966201B (en) Object processing method, device, electronic equipment and storage medium
CN110908498A (en) Gesture associated control function method and terminal equipment
CN110688041B (en) Mobile client focus adjusting method and device, mobile terminal and readable storage medium
CN112306260A (en) Interactive method, display terminal, system and computer readable storage medium
CN115803736A (en) File generation method and device in Internet of things, computer equipment and storage medium
CN114327336B (en) Picture display control method and device, electronic equipment and computer storage medium
CN112748833B (en) Interface display method and device and computer readable medium
US11736366B2 (en) Remote GUI for simple network devices
KR101398183B1 (en) Method of direct-running an mirror-application software of smart phone using hardware input means and the smart phone having the method
JP6450232B2 (en) Data transmission apparatus, display system, and computer program

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