CN115766881A - Timing scheduling monitoring method, storage medium and electronic device - Google Patents

Timing scheduling monitoring method, storage medium and electronic device Download PDF

Info

Publication number
CN115766881A
CN115766881A CN202211364393.5A CN202211364393A CN115766881A CN 115766881 A CN115766881 A CN 115766881A CN 202211364393 A CN202211364393 A CN 202211364393A CN 115766881 A CN115766881 A CN 115766881A
Authority
CN
China
Prior art keywords
timing
time period
monitoring
timing data
service
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
CN202211364393.5A
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 CN202211364393.5A priority Critical patent/CN115766881A/en
Publication of CN115766881A publication Critical patent/CN115766881A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

The application discloses a timing scheduling monitoring method, a storage medium and an electronic device, which relate to the technical field of digital information, and the timing scheduling monitoring method comprises the following steps: obtaining a refreshing request of a timing scheduling service; setting an effective time period of the timing data in the cache database according to the refreshing request; monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated under the condition that the current time exceeds the effective time period; and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data. The method and the device have the advantages that the service content of the timing scheduling service does not need to be acquired, and a new timing service is developed secondarily according to the timing scheduling service, so that the timing scheduling service monitoring with low cost and high reusability is realized.

Description

Timing scheduling monitoring method, storage medium and electronic device
Technical Field
The present application relates to the field of digital information technologies, and in particular, to a timing scheduling monitoring method, a storage medium, and an electronic device.
Background
The timing task scheduling service has the characteristics of high frequency and large volume, and in actual services, due to network reasons, server performance and defects of software, abnormal conditions such as downtime, accidental termination and the like of the timing task scheduling service can be caused. Once scheduling is stopped, all timed task processing logic cannot execute, resulting in serious system problems.
In the prior art, a dial test interface is opened in an original timing task scheduling service, another new timing service regularly calls the dial test interface, a test is sent to the dial test interface, and a return result is received to judge whether the dial test interface is normal, so that whether the original timing task scheduling service is available is judged. Most timing task scheduling services adopt an open-source third-party framework, so that source codes need to be learned firstly and secondary development is carried out on the basis of the source codes, and development cost is high and reusability is poor.
Disclosure of Invention
The application provides a timing scheduling monitoring method, a storage medium and an electronic device, which are used for overcoming the defects of high cost and poor reusability when monitoring timing scheduling services in the prior art and realizing the monitoring of the timing scheduling services with low cost and high reusability.
The application provides a timing scheduling monitoring method, which comprises the following steps:
obtaining a refreshing request of a timing scheduling service;
setting an effective time period of the timing data in the cache database according to the refreshing request;
monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated under the condition that the current time exceeds the effective time period;
and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data.
According to the timing scheduling monitoring method provided by the application, the obtaining of the refresh request of the timing scheduling service includes:
and acquiring a refresh request generated by the timing scheduling service according to the periodic time period.
According to a timing scheduling monitoring method provided by the present application, the updating of the effective time period of the timing data in the cache database according to the refresh request includes:
determining timing data in the cache database according to the refreshing request;
and setting a valid time period of the timing data according to the refresh request, wherein the valid time period is greater than the cycle time period.
According to the timing scheduling monitoring method provided by the application, the method further comprises the following steps:
and sending notification information to a target user according to a preset notification scheme under the condition of monitoring the overdue event notification.
The present application further provides a timing scheduling monitoring device, including:
the acquisition module is used for acquiring a refreshing request of the timing scheduling service;
the refreshing module is used for setting the effective time period of the timing data in the cache database according to the refreshing request;
the monitoring module is used for monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated under the condition that the current time exceeds the effective time period; and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data.
According to the timing scheduling monitoring device provided by the application, the obtaining module is specifically configured to obtain a refresh request generated by a timing scheduling service according to a periodic time period.
According to the timing scheduling monitoring device provided by the application, the refresh module is specifically configured to:
determining timing data in the cache database according to the refreshing request;
and setting a valid time period of the timing data according to the refresh request, wherein the valid time period is greater than the cycle time period.
According to the timing scheduling monitoring device provided by the application, the device further comprises a notification module, which is used for sending notification information to a target user according to a preset notification scheme under the condition that the expiration event notification is monitored.
The present application further provides an electronic device, comprising a memory and a processor, wherein the memory stores a computer program, and the processor is configured to implement the timing scheduling monitoring method according to any one of the above methods by executing the computer program.
The present application further provides a computer-readable storage medium, which includes a stored program, wherein the program executes to implement any one of the above-mentioned timing scheduling monitoring methods when running.
The present application also provides a computer program product comprising a computer program which, when executed by a processor, implements a method of timing schedule monitoring as described in any of the above.
According to the timing scheduling monitoring method, the storage medium and the electronic device, the refreshing request of the timing scheduling service is obtained, the effective time period of the timing data in the cache database is set according to the refreshing request, the overdue event notification generated under the condition that the current time exceeds the effective time period of the timing data is monitored, and whether the timing scheduling service is abnormal or not is further determined. The method and the device have the advantages that the service content of the timing scheduling service does not need to be acquired, and a new timing service is developed secondarily according to the timing scheduling service, so that the timing scheduling service monitoring with low cost and high reusability is realized.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present 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 needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
Fig. 1 is a schematic diagram of a hardware environment of an interaction method of an intelligent device according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a timing scheduling monitoring method provided in the present application;
FIG. 3 is a schematic diagram of a timing scheduling monitoring process provided in the present application;
fig. 4 is a schematic structural diagram of a timing scheduling monitoring apparatus provided in the present application;
fig. 5 is a second schematic structural diagram of a timing scheduling monitoring apparatus provided in the present application;
fig. 6 is a schematic structural diagram of an electronic device provided in the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be implemented in sequences other than those illustrated or described herein. Moreover, 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 embodiments of the present application, a method for monitoring a timing schedule is provided. The timing scheduling monitoring method is widely applied to full-House intelligent digital control application scenes such as intelligent homes (Smart Home), intelligent homes, intelligent Home equipment ecology, intelligent residence (Intelligent House) ecology and the like. Alternatively, in this embodiment, the above-mentioned timing scheduling monitoring method 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 configured to provide a service (e.g., an application service) for the terminal or a client installed on the terminal, set a database on the server or independent of the server, and provide a data storage service for the server 104, and configure a cloud computing and/or edge computing service on the server or independent of the server, and provide a data operation service 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: wide area networks, metropolitan area networks, local area networks, which may include, but are not limited to, at least one of the following: WIFI (Wireless Fidelity ), bluetooth. Terminal equipment 102 can be but not limited to be PC, the cell-phone, the panel computer, intelligent air conditioner, intelligent cigarette machine, intelligent refrigerator, intelligent oven, intelligent kitchen range, intelligent washing machine, intelligent water heater, intelligent washing equipment, intelligent dish washer, intelligent projection equipment, intelligent TV, intelligent clothes hanger, intelligent (window) curtain, intelligence audio-visual, smart jack, intelligent stereo set, intelligent audio amplifier, intelligent new trend equipment, intelligent kitchen guarding equipment, intelligent bathroom equipment, intelligence robot of sweeping the floor, intelligence robot of wiping the window, intelligence robot of mopping the ground, intelligent air purification equipment, intelligent steam ager, intelligent microwave oven, intelligent kitchen is precious, intelligent clarifier, intelligent water dispenser, intelligent lock etc..
The invention provides a timing scheduling monitoring method, as shown in fig. 2, comprising:
s21, obtaining a refreshing request of the timing scheduling service;
s22, setting an effective time period of the timing data in the cache database according to the refreshing request;
s23, monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated when the current time exceeds the effective time period;
s24, under the condition that the expired event notice generated by the timing data is monitored, the timing scheduling service is determined to be in an abnormal state.
Specifically, a refresh request generated in the timed scheduling service may be obtained, and the refresh request may be used only for transferring the request itself without transferring any parameter related to the timed scheduling service.
And setting the effective time period of the timing data in the cache database according to the refreshing request. The timing data may be data with a time attribute preset in the cache database. The effective time period can be set according to actual needs.
The timing data will generate an expiration time notification if the current time exceeds the validity period of the timing data. Whether the timing data is overdue can be known by monitoring the overdue event notification, and whether a refresh request of the timing scheduling service is acquired can be further determined. The monitoring of the expiration event notification means that the refresh request of the timed scheduling service is not received, that is, the timed scheduling service is abnormal.
In the embodiment of the invention, a refreshing request of the timing scheduling service is obtained, the effective time period of the timing data in the cache database is set according to the refreshing request, and the overdue event notification generated under the condition that the current time exceeds the effective time period of the timing data is monitored, so that whether the timing scheduling service is abnormal or not is determined. The method and the device have the advantages that the service content of the timing scheduling service does not need to be acquired, and a new timing service is developed secondarily according to the timing scheduling service, so that the timing scheduling service monitoring with low cost and high reusability is realized.
According to the method for monitoring the timing scheduling provided by the invention, the step S21 specifically comprises the following steps:
s211, acquiring the refresh request generated by the timing scheduling service according to the periodic time period.
Specifically, the timing scheduling service may continuously generate the refresh request according to a periodic time period, and the periodic time period may be set according to actual needs.
Further, step S22 specifically includes:
s221, determining timing data in the cache database according to the refreshing request;
s222, setting an effective time period of the timing data according to the refresh request, wherein the effective time period is greater than the cycle time period.
Specifically, the existing timing data may be determined in the cache database according to the refresh request, the timing data may be established when the timing data is absent in the cache database, the timing data may be determined, and the valid time period of the timing data may be set according to the refresh request.
In the case where the timing scheduling service continuously generates the refresh requests in the cycle period, the valid period of the timing data may be updated according to each refresh request. For example, the timing scheduling service generates a refresh request every 5 minutes, and the effective time period for updating the timing data in the cache database according to the refresh request is 6 minutes, so that the effective time period is updated when the effective time period of the timing data in the cache database is 1 minute left each time, and the timing data is prevented from being overtime and misreported to an expiration event notification under the normal condition of the timing scheduling service.
In the embodiment of the invention, the timing scheduling service continuously generates the refreshing request according to the period of time, and continuously updates the effective period of the timing data in the cache database according to the refreshing request, thereby preventing the timing data from overtime and misreporting the overdue event notification under the condition that the timing scheduling service is normal and causing the misjudgment of the state of the timing scheduling service.
According to the timing scheduling monitoring method provided by the invention, the method further comprises the following steps: and sending notification information to a target user according to a preset notification scheme under the condition of monitoring the overdue event notification.
Specifically, when the notification of the expiration event is monitored, that is, the timing scheduling service is determined to be in an abnormal state, a technician needing to be notified and a notification mode can be determined according to a preset notification scheme, and notification information can be sent to the target user according to the preset notification scheme. The notification information may include, but is not limited to, telephone, short message, mail, and the like.
In the embodiment of the invention, under the condition that the notification of the overdue event is monitored, namely the timing scheduling service is determined to be in the abnormal state, the notification information is sent to the target user according to the preset notification scheme, the emergency processing of the timing scheduling service in the abnormal state is realized, and the loss in the abnormal state is reduced by sending the notification information to related personnel.
In one example, the flow of the timed schedule monitoring is shown in fig. 3. The timing task scheduling service generates a refreshing request every 5 minutes, the expiration time period for refreshing the timing data in the cache database according to the refreshing request is 6 minutes, the refreshing is successful, and the timing task scheduling service is in a normal state at the moment. If a refreshing request which is originally generated every 5 minutes by the timing task scheduling service is not received, generating an overdue event notification when the timing data exceeds the effective time period, namely 6 minutes, and sending notification information to technical personnel in a mail, short message, telephone and other modes according to the monitored overdue event notification.
The following describes the timing scheduling monitoring apparatus provided in the present application, and the timing scheduling monitoring apparatus described below and the timing scheduling monitoring method described above may be referred to correspondingly.
The present invention also provides a timing scheduling monitoring apparatus, as shown in fig. 4, including:
an obtaining module 41, configured to obtain a refresh request of a timing scheduling service;
a refresh module 42, configured to set an effective time period of the timing data in the cache database according to the refresh request;
a monitoring module 43, configured to monitor an expiration event notification generated by the timing data, where the expiration event notification is generated when the current time exceeds the valid time period; and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expiration event notice generated by the timing data.
In the embodiment of the invention, a refresh request of the timing scheduling service is acquired, the effective time period of the timing data in the cache database is set according to the refresh request, and the overdue event notification generated under the condition that the current time exceeds the effective time period of the timing data is monitored, so that whether the timing scheduling service is abnormal or not is determined. The method and the device have the advantages that the service content of the timing scheduling service does not need to be acquired, and a new timing service is developed secondarily according to the timing scheduling service, so that the timing scheduling service monitoring with low cost and high reusability is realized.
According to the timing scheduling monitoring apparatus provided by the present invention, the obtaining module 41 is specifically configured to obtain a refresh request generated by the timing scheduling service according to a periodic time period.
According to the apparatus for monitoring the timing scheduling provided by the present invention, the refresh module 42 is specifically configured to:
determining timing data in the cache database according to the refreshing request;
and setting a valid time period of the timing data according to the refresh request, wherein the valid time period is greater than the cycle time period.
As shown in fig. 5, the device for monitoring the timing schedule further includes a notification module 44, configured to send notification information to a target user according to a preset notification scheme when the notification of the expiration event is monitored.
Fig. 6 illustrates a physical structure diagram of an electronic device, which may include, as shown in fig. 6: a processor (processor) 610, a communication Interface (Communications Interface) 620, a memory (memory) 630 and a communication bus 640, wherein the processor 610, the communication Interface 620 and the memory 630 communicate with each other via the communication bus 640. The processor 610 may invoke logic instructions in the memory 630 to perform a method of timing schedule monitoring, the method comprising: obtaining a refreshing request of a timing scheduling service; setting an effective time period of the timing data in the cache database according to the refreshing request; monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated under the condition that the current time exceeds the effective time period; and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data.
In addition, the logic instructions in the memory 630 may be implemented in the form of software functional units and stored in a computer readable storage medium when the logic instructions are sold or used as independent products. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to 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), a magnetic disk or an optical disk, and 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, the computer program can be stored on a storage medium readable by a computer, and when the computer program is executed by a processor, the computer can execute the timing scheduling monitoring method provided by the above methods, where the method includes: obtaining a refreshing request of a timing scheduling service; setting an effective time period of the timing data in the cache database according to the refreshing request; monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated when the current time exceeds the effective time period; and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data.
In 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 method for monitoring the timing schedule provided by the foregoing methods, and the method includes: obtaining a refreshing request of a timing scheduling service; setting an effective time period of the timing data in the cache database according to the refreshing request; monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated when the current time exceeds the effective time period; and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. Based on the understanding, the above technical solutions substantially or otherwise contributing to the prior art may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the various embodiments or some parts of the embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; 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 solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present application.

Claims (10)

1. A timing scheduling monitoring method is characterized by comprising the following steps:
obtaining a refreshing request of a timing scheduling service;
setting an effective time period of the timing data in the cache database according to the refreshing request;
monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated when the current time exceeds the effective time period;
and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data.
2. The method according to claim 1, wherein the obtaining of the refresh request of the scheduled timing service comprises:
and acquiring a refresh request generated by the timing scheduling service according to the periodic time period.
3. The method for monitoring timed scheduling according to claim 2, wherein the updating the valid time period of the timed data in the cache database according to the refresh request includes:
determining timing data in the cache database according to the refreshing request;
setting a valid time period of the timing data according to the refresh request, wherein the valid time period is greater than the cycle time period.
4. The method of claim 1, further comprising:
and sending notification information to a target user according to a preset notification scheme under the condition of monitoring the overdue event notification.
5. A timed scheduling monitoring apparatus, comprising:
the acquisition module is used for acquiring a refreshing request of the timing scheduling service;
the refreshing module is used for setting the effective time period of the timing data in the cache database according to the refreshing request;
the monitoring module is used for monitoring an overdue event notification generated by the timing data, wherein the overdue event notification is generated when the current time exceeds the effective time period; and determining that the timing scheduling service is in an abnormal state under the condition of monitoring the expired event notice generated by the timing data.
6. The device according to claim 5, wherein the obtaining module is specifically configured to obtain a refresh request generated by the scheduled timing service according to a periodic time period.
7. The device according to claim 6, wherein the refresh module is specifically configured to:
determining timing data in the cache database according to the refreshing request;
and setting a valid time period of the timing data according to the refresh request, wherein the valid time period is greater than the cycle time period.
8. The apparatus according to claim 7, further comprising a notification module configured to send notification information to a target user according to a preset notification scheme if the notification of the expiration event is monitored.
9. A computer-readable storage medium, comprising a stored program, wherein the program when executed performs the method of any of claims 1 to 4.
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 execute the method of any of claims 1 to 4 by means of the computer program.
CN202211364393.5A 2022-11-02 2022-11-02 Timing scheduling monitoring method, storage medium and electronic device Pending CN115766881A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211364393.5A CN115766881A (en) 2022-11-02 2022-11-02 Timing scheduling monitoring method, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211364393.5A CN115766881A (en) 2022-11-02 2022-11-02 Timing scheduling monitoring method, storage medium and electronic device

Publications (1)

Publication Number Publication Date
CN115766881A true CN115766881A (en) 2023-03-07

Family

ID=85355531

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211364393.5A Pending CN115766881A (en) 2022-11-02 2022-11-02 Timing scheduling monitoring method, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN115766881A (en)

Similar Documents

Publication Publication Date Title
US20130097317A1 (en) Method and apparatus for remote trust management for machine to machine communications in a network
CN116033006A (en) Data processing method, system, storage medium and electronic device
CN115174512A (en) Message pushing method and device, storage medium and electronic device
CN115766881A (en) Timing scheduling monitoring method, storage medium and electronic device
CN115309062B (en) Control method and device of equipment, storage medium and electronic device
CN114844636A (en) Method and device for updating access token, storage medium and electronic device
CN116360584A (en) Virtual target product generation method and device, storage medium and electronic device
CN114780565A (en) Cache updating method and device, storage medium and electronic device
CN115269943A (en) Information screening method and device, storage medium and electronic device
CN115296947B (en) Control command response method and device, storage medium and electronic device
CN115314245B (en) Authority management method, system, storage medium and electronic device
CN115174297B (en) Method and device for updating attribute information, storage medium and electronic device
CN115167163B (en) Scene execution method and device, storage medium and electronic device
CN115312049B (en) Instruction response method, storage medium and electronic device
CN116506247A (en) Equipment state updating method and device, storage medium and electronic device
CN115174296B (en) Equipment function access method and device, storage medium and electronic device
CN115174297A (en) Attribute information updating method and device, storage medium and electronic device
CN115296948B (en) Scene information updating method and device, storage medium and electronic device
CN117879984A (en) Message receiving disturbance-free processing method and device applied to intelligent household equipment
CN115145615A (en) Memory data refreshing method and device, storage medium and electronic device
CN116170344A (en) Message monitoring method and device, storage medium and electronic device
CN114815641A (en) Monitoring method and device for intelligent equipment, storage medium and electronic equipment
CN117176791A (en) Push information sending method and device, storage medium and electronic device
CN114815642A (en) Control method and device of intelligent equipment, storage medium and electronic device
CN116483449A (en) Equipment awakening method and device, storage medium and electronic device

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