WO2021102643A1 - Procédé et appareil de notification de mise à jour d'élément dans une ressource collection - Google Patents

Procédé et appareil de notification de mise à jour d'élément dans une ressource collection Download PDF

Info

Publication number
WO2021102643A1
WO2021102643A1 PCT/CN2019/120680 CN2019120680W WO2021102643A1 WO 2021102643 A1 WO2021102643 A1 WO 2021102643A1 CN 2019120680 W CN2019120680 W CN 2019120680W WO 2021102643 A1 WO2021102643 A1 WO 2021102643A1
Authority
WO
WIPO (PCT)
Prior art keywords
resource
subscription
field
collective
update
Prior art date
Application number
PCT/CN2019/120680
Other languages
English (en)
Chinese (zh)
Inventor
吕小强
Original Assignee
Oppo广东移动通信有限公司
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 Oppo广东移动通信有限公司 filed Critical Oppo广东移动通信有限公司
Priority to PCT/CN2019/120680 priority Critical patent/WO2021102643A1/fr
Priority to CN201980097386.3A priority patent/CN113994643B/zh
Publication of WO2021102643A1 publication Critical patent/WO2021102643A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications

Definitions

  • This application relates to the technical field of the Internet of Things, and in particular to a notification technology for member updates of collective resources.
  • the subscription device can subscribe to a specific resource or function of the target device, and the above resources can be called target resources.
  • the target resource changes, it will actively notify the subscribing device.
  • the mobile phone subscribes to the onoff state of the smart door at home.
  • the subscription technology can also be used to detect changes in specific resource members.
  • the members included in the target resource change, it will also actively notify the subscribing device.
  • there is also a kind of resource which can be called a collective resource.
  • a collective resource can contain multiple resources, and the contained resource is called a member of the collective resource.
  • a collective resource can be generated, and smart devices such as smart doors, refrigerators, air conditioners, and lights in the home can be used as members of the collective resource.
  • the subscription target device receives the subscription device’s collection resource member update After the subscription request is made, if a change in the collection resource is detected, a notification message is sent to the subscription device, and the notification message carries the changed collection resource.
  • the related technology has at least the following problems: Because the notification message for the member update of the collective resource includes the current member of the collective resource, that is, the member after the change. Therefore, the subscribing device needs to subscribe to multiple information at the same time, such as subscribing to the notification of adding members, subscribing to the notification of deleting members, etc., resulting in the need to receive two notification messages when the members change, such as the notification message of member update subscription and the increase The notification message of the member can determine the changed content and the changed content of the collection resource.
  • a technical problem to be solved by some embodiments of this application is that the subscription device can determine the changed content and the changed content of the collection resource through a notification message updated by a member, saving system resources, and subscribing to the target device can also be There is no need to maintain more subscription relationships, which simplifies the processing flow.
  • An embodiment of the present application provides a method for notifying member updates of a collective resource.
  • the method includes: if a member update is detected in the collective resource, recording the updated member of the collective resource in a first resource in the collective resource; Send a member update notification message to the subscribing device subscribed to the member update notification, where the notification message includes the first resource.
  • An embodiment of the present application also provides a device for notifying member updates of collective resources.
  • the device includes: a recording module configured to record the updated information in the first resource in the collective resource after the member update is detected in the collective resource.
  • a member in a collective resource a sending module, used to send a member update notification message to a subscription device subscribed to a member update notification, the notification message including the first resource.
  • An embodiment of the present application further provides an electronic device, including: at least one processor; and a memory communicatively connected with the at least one processor; wherein the memory stores one or more programs that can be executed by the at least one processor ; One or more programs contain instructions that, when executed by at least one processor, cause at least one processor to execute the aforementioned method for notifying member updates of collective resources.
  • An embodiment of the present application also provides a non-volatile computer storage medium that stores a program that can be executed by a processor.
  • the program is executed by the processor, the aforementioned method for notifying the update of collective resource members is implemented.
  • the embodiment of this application now creates a resource dedicated to recording member changes for the collection resource in advance, that is, the first resource. Therefore, as long as the subscription device completes the subscription for member update, it will subscribe after the member update occurs.
  • the target device will send a notification message of the updated collection resource to the subscribing device, and the first resource, as one of the members of the collection resource, will be carried in the notification message of the member update subscription, so that the subscribing device can only send a subscription request message You can get all the information in the notification message, such as the updated collection resource and the changes in the collection resource.
  • the subscription target device does not need to maintain more subscription relationships, which simplifies the processing flow.
  • the structure of the first resource includes: a first field for recording the modification mode, and a second field for recording the modified member; the updated member is recorded in the first resource in the collection resource, including: In one field, the modification mode of the modified member in the collective resource is recorded; in the second field, the identifier of the modified member in the collective resource is recorded.
  • the second field records the identifier of the modified member, so that the first resource can accurately and effectively record the changes in the collection resource.
  • recording the modification method of the modified member in the collection resource in the first field includes: recording the creation interface in the first field, which is used to indicate that the modification method of the modified member is member addition; or, in the first field In the record delete interface, it is used to indicate that the modification method of the modified member is member deletion; or, the record link addition interface in the first field is used to indicate that the modification method of the modified member is member link addition; or, in The link deletion interface is recorded in the first field, which is used to indicate that the modification method of the modified member is member link deletion.
  • the second field is an array, and the identifier of the modified member is recorded through an array, so that a notification message can carry multiple modified member information.
  • the creation of the first resource is triggered after receiving the subscription request of the subscription device.
  • the creation of the first resource is triggered after the collective resource is generated and it is determined that the collective resource is a collective resource that allows subscription.
  • the following methods are used to detect whether the collective resource has a member update: if it is detected that the collective resource is modified by any of the following interfaces, it is determined that the collective resource has a member update: the creation interface for creating new members, The delete interface for deleting members, the link addition interface for adding member links, and the link deletion interface for deleting member links. Since the members of the collection resource can be modified by creating an interface, deleting an interface, linking a new interface, and linking a delete interface, when it is detected that the collection resource is modified by any one of the interfaces, it is determined that there is a member update for the collection resource. In order to ensure that the first resource resource can record the changes of the collective resource in a timely and accurate manner.
  • Figure 1 is an interactive flow chart of a message subscription/notification cycle in related technologies
  • Figure 2 is an interactive flowchart of subscription devices initiating various types of subscriptions in related technologies
  • Fig. 3 is a flowchart of a method for notifying update of collective resource members according to the first embodiment of the present application
  • FIG. 4 is an interactive flowchart of the method for notifying the update of collective resource members according to the first embodiment of the present application
  • FIG. 5 is an interactive flowchart of the method for notifying update of collective resource members according to the second embodiment of the present application.
  • Fig. 6 is a schematic structural diagram of a notification device for updating members of a collective resource according to a third embodiment of the present application.
  • Fig. 7 is a schematic structural diagram of an electronic device according to a fourth embodiment of the present application.
  • the first embodiment of the present application relates to a method for notifying updates of collective resource members.
  • This embodiment is applied to a subscription target device, and a subscription process between the subscription target device and the subscription device is shown in FIG. 1.
  • the subscribing device initiates a subscription request message to the subscribing target device.
  • the request message carries the identity of the subscribing device Fr, the subscribed resource identity To, the message request identity Ri used to complete the request and response binding, and the operation type Op (such as Delete operation, add operation, etc.) and the subscription identifier Obs used to indicate that the request message is a subscription message.
  • the subscription target device After receiving the subscription request message, the subscription target device authenticates the request, establishes a monitoring mechanism, and replies a response message to the subscription device.
  • This message is to answer the subscription request message of the subscribing device: the subscription message has been received and monitoring is started.
  • the subscription target device detects that the message requested by the subscription device has changed, it will send a notification message to notify the subscription device of the changed content.
  • the message request identifier (Ri) of the above subscription request message, response message, and notification message are the same. So far, a message subscription/notification cycle is completed. If the subscription content needs to be canceled, a request message is sent again, and the subscription identifier Obs parameter is set to cancel the subscription.
  • Figure 1 shows the subscription process of a subscription type for a certain resource (the resource can be a collection resource) on the subscription target device.
  • the interface that can complete the change of the subscription collection resource member includes: member update interface (oic.if .ll), create interface (oic.if.create), delete interface (oic.if.delete), link add interface (oic.if.linkadd), and link delete interface (oic.if.linkremove). Therefore, in the current related technology, it is necessary to initiate various types of subscription processes for the same collective resource through various types of interfaces. As shown in Figure 2, steps 10 and 11 are completed through the member update interface (oic.if.ll). The membership of the collection resource updates the subscription for changes.
  • the subscription device can only obtain the member information after the collection resource has changed. It needs to compare with the member information of the previous version to know the changed member; steps 20 and 21, through the creation interface (oic.if.create) to complete the creation of a new member's subscription to the collection resource. After completing this type of subscription, the subscription device will only receive a new member in the collection resource.
  • the notification message is the information of the newly created member; in steps 30 and 31, the subscription of the deleted member of the collection resource is completed through the delete interface (oic.if.delete).
  • the subscribed device is in the Only when the member is deleted from the collection resource, the notification message will be received, and the notification message is the information of the deleted member; Steps 40 and 41, complete the addition of the collection resource through the link addition interface (oic.if.linkadd) New member link subscription.
  • the subscribing device will only receive a notification message when a new member link is added to the collection resource.
  • the notification message is the information of the newly added new member link; step 50 And 51.
  • the subscription of the delete member link of the collection resource is completed through the link delete interface (oic.if.linkremove).
  • the subscription device will only receive the member link when the member link is deleted from the collection resource.
  • the notification message is the information of the deleted member link. It can be seen that the subscription device needs to initiate various types of subscriptions through multiple interfaces in order to determine the changed content and the changed content of the collection resource.
  • This embodiment aims to solve how to make the subscribing device initiate a type of subscription to the target collection resource through only one interface, so that the changed content and the changed content of the collection resource can be determined, so as to save system resources and subscribe to the target device at the same time. It is also unnecessary to maintain more subscription relationships, which simplifies the processing flow.
  • the first resource is created for the collective resource subscribed by the subscribing device in advance, and the created first resource is used as one of the members in the collective resource.
  • the updated member is recorded in the first resource, such as adding a new member to the collection resource, or deleting a member from the collection resource, etc.; to subscribe to a member update notification
  • the member update notification message sent by the subscribing device includes the first resource. Since the first resource is one of the members of the collective resource, the notification message for member update will carry the first resource with the updated member information, so that the subscribing device can determine the changed content of the collective resource through a notification message And the changed content.
  • the subscription target device detects whether there is a member update in the collective resource. If there is a member update, it proceeds to step 302; otherwise, it returns to step 301 to continue to detect whether there is a member update in the collective resource.
  • the collective resource is the collective resource subscribed by the subscribed device.
  • the collection resource when the collection resource is modified by the oic.if.create interface, it means to create a new resource, and by adding a link to the newly created resource in the collection resource, the new resource is regarded as one of the collection resources New member; when the collection resource is modified by the oic.if.delete interface, it means to delete a specified resource and delete the resource from the member list of the collection resource; when the collection resource is oic.if.linkadd When the interface is modified, it means that a new specified resource is added as a member to the collection resource.
  • the specified resource has already been established, and the specified resource is added to the collection resource as a new member by adding a link;
  • the collection resource is modified by the oic.if.linkremove interface, it means that in the collection resource, a specified member is deleted by deleting the member link, and the resource corresponding to the deleted member remains unchanged.
  • the subscription target device needs to monitor in real time whether the collection resource subscribed by the subscribed device is any one of oic.if.create, oic.if.delete, oic.if.linkadd, and oic.if.linkremove
  • the interface is modified. If it is detected that the collective resource has been modified by any one of the interfaces, it is determined that there is a member update for the collective resource, and step 302 is entered.
  • Step 302 Record the updated member in the member update resource.
  • a new first resource is created for the collection resource in advance: member update resource.
  • the creation of the member update resource is triggered.
  • the member update resource is dedicated to recording member changes in the collection resource, and the member update resource is prohibited from being deleted, and is always a member of the collection resource.
  • the member update resource can be created directly in the collection resource or outside the collection resource. By adding the link to the member update resource in the collection resource, the newly created member update resource is regarded as a member of the collection resource. .
  • the embodiment of this application does not limit the creation location of the member update resource. Since the member update resource is created for the collection resource, in specific implementation, priority can be given to directly creating the member update resource in the collection resource.
  • the structure of the first resource that is, the member update resource includes at least: a first field for recording the modification mode, and a second field for recording the modified member.
  • the member update resource can be set to the following structure:
  • rt represents the resource type
  • oic.r.updateinfo is the type used to indicate the member update resource
  • oic.if.r represents the read-only interface, that is, the member update resource is only allowed to be read and cannot be modified
  • update_method is used to record the modification method of the updated member, that is, the first field mentioned above.
  • the modification method includes any one of member addition, member deletion, member link addition, and member link deletion, that is, it can be in the first field Record any one of the interfaces of oic.if.create, oic.if.delete, oic.if.linkadd, and oic.if.linkremove to indicate the modification method of the updated member; update_target is used to record the identification of the modified member, That is, the second field mentioned above.
  • update_target can be in the form of an array, such as [A; B; C; D...], where A, B, C, and D all represent the members to be modified. Because when the collection resource is modified through any one of the interfaces of oic.if.create, oic.if.delete, oic.if.linkadd, and oic.if.linkremove, the modified member may be greater than one. Therefore, pass The update_target is designed as an array form, which can carry multiple modified member information in one notification message.
  • the update method can be recorded by the update_method in the member update resource, and the updated member can be recorded by the update_targe in the member update resource.
  • Step 303 Send a member update notification message to the subscribing device subscribed to the member update notification.
  • the subscribing device in this embodiment initiates a subscription request to the subscribing target device through the member update interface (oic.if.ll), and once the subscribing target device detects that the collection resource has been updated, it sends a notification to the subscribing device
  • the notification message includes all members of the updated collection resource, that is, the member update resource that records the content of the member change will also be one of the members of the collection resource.
  • the notification message is carried in the notification message and sent to the subscribing device, so that the subscribing device The changed collection resource and the changes in the collection resource can be obtained directly through the notification message.
  • step 303 After step 303, return to step 301 to continue to detect whether there is a member update in the collective resource.
  • the collection resource has been modified by any one of the interfaces of oic.if.create, oic.if.delete, oic.if.linkadd and oic.if.linkremove, it is necessary to enter steps 302 and 303 to Ensure that the subscription device can obtain the changes in the collection resources and the changed content in a timely manner.
  • the subscription device sends a subscription request for a collection of resources to the subscription target device.
  • the subscribing device only needs to send a subscription request to the subscribing target device through the oic.if.ll interface to subscribe to the member update notification of a certain collection resource, instead of using oic.if.create, oic.if.delete , Oic.if.linkadd, and oic.if.linkremove interfaces send subscription requests to the subscription target device.
  • the subscription target device receives a subscription request initiated by the subscription device through any one of the interfaces of oic.if.create, oic.if.delete, oic.if.linkadd, and oic.if.linkremove, the subscription target device An error response can be directly fed back to the subscribing device to indicate that the subscribing device only needs to initiate a subscription through the oic.if.ll interface.
  • step 402 after the subscription target device receives the subscription request sent through the oic.if.ll interface, it creates a first resource for the subscribed collection resource, that is, creates a member update resource for the collection resource, which is used to record the collection resource.
  • step 403 after the subscription target device confirms that it can complete the subscription of the collection resource, it starts to monitor the target resource, and returns to the subscribing device a response message of successful subscription.
  • step 404 when the membership of the subscribed collection resource changes, such as when the collection resource is modified by the oic.if.create, oic.if.delete, oic.if.linkadd or oic.if.linkremove interface,
  • the subscription target device will complete the modification of the member update resource according to the way the collection resource is modified and the modified member.
  • the collection resource originally contained 3 members: smart switch 1, smart TV, and member update resources.
  • the collection resource is modified through the oic.if.create interface (for example, smart switch 2 is also added to the collection resource), Modify the member update resource, record the modification mode as member addition in the update_method of the member update resource, and record the identification of the smart switch 2 in the update_target of the member update resource.
  • the revised collection resource contains 4 members: smart switch 1, smart switch 2, smart TV, and member update resources.
  • step 405 the subscription target device generates a notification message, and the notification message includes all members of the modified collection resource.
  • the revised member update resources are as follows:
  • the modified collection resources are as follows:
  • the subscription target device sends the generated notification message to the subscription device.
  • the subscribing device can obtain the current status of the members of the subscribed collection resource and the current updated members in one notification message.
  • the subscription is initiated through the collection of resources through interfaces such as oic.if.ll, oic.if.create, oic.if.delete, oic.if.linkadd, and oic.if.linkremove.
  • the subscription device of this embodiment only needs to initiate a subscription request through oic.if.ll, which simplifies the process of subscribing to collection resource member changes, and the subscription target device does not need to maintain more subscription relationships, which reduces the subscription target device. Burden.
  • the notification message for the respective interface will be triggered, and the subscription message of oic.if.ll will also be triggered.
  • the subscription device needs to be combined Only these two notification messages can determine the change of the collective resource.
  • the subscribing device can obtain all the information in the notification message only by sending a subscription message through the oic.if.ll interface, which simplifies the information interaction between the subscribing device and the subscription target device.
  • the second embodiment of the present application relates to a method for notifying updates of collective resource members.
  • This embodiment is roughly the same as the first embodiment. The difference is that in the first embodiment, the creation of the first resource is triggered after the subscription request of the subscribing device is received. However, in this embodiment, the creation of the first resource is triggered after the collection resource is generated and it is determined that the collection resource is a collection resource allowed to be subscribed.
  • step 501 when the subscription target device generates a collection resource that is allowed to be subscribed, it triggers the creation of the first resource for the collection resource, that is, the creation of a member for the collection resource.
  • Update resources The role and structure of the member update resource have been described in detail in the first embodiment, and will not be repeated here.
  • Step 502 The subscribing device sends a subscription request to the subscribing target device through the oic.if.ll interface to subscribe to the member update notification of the collection resource. This step is similar to step 401, and will not be repeated here.
  • Step 503 After the subscription target device confirms that it can complete the subscription of the collection resource, it starts to monitor the target resource, and returns to the subscribing device a response message of successful subscription.
  • Step 504 When the membership of the subscribed collective resource changes, the subscription target device will complete the modification of the member update resource according to the way the collective resource is modified and the modified member.
  • Step 505 The subscription target device generates a notification message, and the notification message includes all members of the modified collection resource.
  • Step 506 The subscription target device sends the generated notification message to the subscription device.
  • Steps 503 to 506 are similar to steps 403 to 406 in the first embodiment, and will not be repeated here.
  • member update resources can be created not only during the subscription process, but also when the collection resource is generated. That is, if a collection resource supports subscription, a member update resource can be created when the collection resource is generated. , That is, the member update resource, even if there is no subscription relationship, the member update resource is always included in the collection resource as one of the members. Member update resources can be created at different times, so that the embodiments of the present application can be implemented flexibly.
  • the third embodiment of the present application relates to a notification device for member update of a collective resource. As shown in FIG. 6, it includes: a recording module 601, which is used to perform a record in the first resource in the collective resource after the member update is detected in the collective resource. Record the members in the updated collection resource; the sending module 602 is configured to send a member update notification message to the subscription device subscribed to the member update notification, and the notification message includes the first resource.
  • the structure of the first resource includes at least: a first field for recording the modification mode, and a second field for recording the modified member.
  • the recording module 601 includes: a first field recording submodule 6011, used to record in the first field the modification mode of the member that is modified in the collection resource; the second field recording submodule 6012, used to record the collection resource in the second field The ID of the modified member in.
  • the first field recording submodule 6011 is specifically used to record the creation interface in the first field, and is used to indicate that the modification method of the modified member is member addition; or, to record the deletion interface in the first field , Used to indicate that the modification method of the modified member is member deletion; or, record the link addition interface in the first field, which is used to indicate that the modification method of the modified member is member link addition; or, in the first field
  • the record link deletion interface is used to indicate that the modification method of the modified member is member link deletion.
  • the second field may be an array.
  • the first resource is specifically triggered to be created after receiving a subscription request from the subscribing device; or, the first resource is specifically triggered to be created after generating a collective resource and determining that the collective resource is a collective resource that allows subscription.
  • the recording module 601 detects whether the collective resource has a member update in the following way: if it is detected that the collective resource has been modified by any of the following interfaces, it is determined that the collective resource has a member update: the creation of a new member Interface, delete interface for deleting members, link addition interface for adding member links, and link deletion interface for deleting member links.
  • this embodiment is an example of a device corresponding to the first or second embodiment, and this embodiment can be implemented in cooperation with the first or second embodiment.
  • the related technical details mentioned in the first or second embodiment are still valid in this embodiment, and in order to reduce repetition, they will not be repeated here.
  • the related technical details mentioned in this embodiment can also be applied in the first or second embodiment.
  • modules involved in this embodiment are all logical modules.
  • a logical unit can be a physical unit, it can also be a part of a physical unit, or it can be implemented as a combination of multiple physical units.
  • this embodiment does not introduce units that are not closely related to solving the technical problems proposed by the present invention, but this does not indicate that there are no other units in this embodiment.
  • the fourth embodiment of the present application relates to an electronic device.
  • the electronic device can be any kind of Internet of Things devices that can be subscribed.
  • the electronic device includes: at least one processor 701; The memory 702 communicatively connected to the processor 701; and a communication component 703 that is communicatively connected to the processor 701 and the memory 702.
  • the communication component 703 receives and sends data under the control of the processor 701; wherein the memory 702 stores at least one
  • the instructions executed by the processor 701 are executed by at least one processor 701 to implement the method for notifying an update of a collective resource member in any one of the foregoing embodiments of the present application.
  • the memory 702 and the processor 701 are connected in a bus manner.
  • the bus may include any number of interconnected buses and bridges.
  • the bus connects one or more various circuits of the processor 701 and the memory 702 together.
  • the bus can also connect various other circuits such as peripheral devices, voltage regulators, power management circuits, etc., which are all well-known in the art, and therefore, no further description will be given herein.
  • the bus interface provides an interface between the bus and the transceiver.
  • the transceiver may be one element or multiple elements, such as multiple receivers and transmitters, providing a unit for communicating with various other devices on the transmission medium.
  • the data processed by the processor is transmitted on the wireless medium through the antenna, and further, the antenna also receives the data and transmits the data to the processor 701.
  • the processor 701 is responsible for managing the bus and general processing, and can also provide various functions, including timing, peripheral interfaces, voltage regulation, power management, and other control functions.
  • the memory 702 may be used to store data used by the processor 701 when performing operations.
  • the fifth embodiment of the present invention relates to a non-volatile storage medium for storing computer-readable programs.
  • the computer readable program implements the above method embodiments when executed by the processor.
  • the program is stored in a storage medium and includes several instructions to enable a device ( It may be a single-chip microcomputer, a chip, etc.) or a processor (processor) that executes all or part of the steps of the methods described in the embodiments of the present application.
  • the aforementioned storage media include: U disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic disks or optical disks and other media that can store program codes. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Selon certains modes de réalisation, la présente demande concerne un procédé de notification d'une mise à jour d'élément dans une ressource collection. Le procédé consiste : à détecter s'il existe une mise à jour d'élément dans une ressource collection (301) ; si tel est le cas, à enregistrer un élément mis à jour dans une ressource de mise à jour d'élément (302) ; et à envoyer un message de notification de mise à jour d'élément à un dispositif d'abonnement abonné à une notification de mise à jour d'élément (303). Au moyen du procédé, un dispositif d'abonnement peut déterminer, par lancement d'un type d'abonnement à une ressource collection cible au moyen d'une seule interface, le contenu modifié et le contenu après le changement de la ressource collection, de façon à économiser des ressources système. De plus, le dispositif cible d'abonnement n'a également pas besoin de conserver davantage de relations d'abonnement, ce qui simplifie le flux de traitement.
PCT/CN2019/120680 2019-11-25 2019-11-25 Procédé et appareil de notification de mise à jour d'élément dans une ressource collection WO2021102643A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2019/120680 WO2021102643A1 (fr) 2019-11-25 2019-11-25 Procédé et appareil de notification de mise à jour d'élément dans une ressource collection
CN201980097386.3A CN113994643B (zh) 2019-11-25 2019-11-25 集合资源成员更新的通知方法和装置

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2019/120680 WO2021102643A1 (fr) 2019-11-25 2019-11-25 Procédé et appareil de notification de mise à jour d'élément dans une ressource collection

Publications (1)

Publication Number Publication Date
WO2021102643A1 true WO2021102643A1 (fr) 2021-06-03

Family

ID=76129090

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/120680 WO2021102643A1 (fr) 2019-11-25 2019-11-25 Procédé et appareil de notification de mise à jour d'élément dans une ressource collection

Country Status (2)

Country Link
CN (1) CN113994643B (fr)
WO (1) WO2021102643A1 (fr)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104639429A (zh) * 2015-02-12 2015-05-20 青岛海尔智能家电科技有限公司 一种云平台的消息通知方法及装置
CN105406953A (zh) * 2014-09-15 2016-03-16 青岛海尔智能家电科技有限公司 一种聚合通知消息的方法及装置
WO2016173194A1 (fr) * 2015-04-30 2016-11-03 中兴通讯股份有限公司 Procédé, dispositif et système de mise à jour pour des informations concernant des ressources

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102255931B (zh) * 2010-05-21 2017-04-05 山东金佳园科技股份有限公司 一种物联网架构下统一的通知方法及系统
CN103795689A (zh) * 2012-10-29 2014-05-14 中兴通讯股份有限公司 资源订阅方法及装置
CN105376706B (zh) * 2014-08-29 2019-12-31 青岛海尔智能家电科技有限公司 一种订阅设备位置信息的方法和装置
CN109905431B (zh) * 2017-12-08 2021-01-26 京东方科技集团股份有限公司 消息处理方法及系统、存储介质、电子设备

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105406953A (zh) * 2014-09-15 2016-03-16 青岛海尔智能家电科技有限公司 一种聚合通知消息的方法及装置
CN104639429A (zh) * 2015-02-12 2015-05-20 青岛海尔智能家电科技有限公司 一种云平台的消息通知方法及装置
WO2016173194A1 (fr) * 2015-04-30 2016-11-03 中兴通讯股份有限公司 Procédé, dispositif et système de mise à jour pour des informations concernant des ressources

Also Published As

Publication number Publication date
CN113994643A (zh) 2022-01-28
CN113994643B (zh) 2023-05-09

Similar Documents

Publication Publication Date Title
US11868944B2 (en) Container image management system for distributed clusters
US11184227B2 (en) Method and apparatus for updating configuration object
US10169026B2 (en) Transferring operating environment of registered network to unregistered network
WO2019184151A1 (fr) Procédé et système fondés sur des données externes pour construire divers mécanismes de déclenchement pour exécuter un contrat intelligent dans un réseau à chaîne de blocs
CN110598280B (zh) 一种设备仿真系统和方法、计算机可读存储介质
US20150128060A1 (en) Method and apparatus of providing application program information in mobile terminal device
US9047350B2 (en) System and method for managing relationships among resources
US20140229504A1 (en) System and method for managing database in data distribution service
WO2020024750A1 (fr) Procédé et système de définition d'une caméra à l'aide d'un logiciel, et caméra
CN111312352B (zh) 一种基于区块链的数据处理方法、装置、设备和介质
CN112199210A (zh) 基于物联网的数据处理方法、装置、计算机设备及介质
WO2019109923A1 (fr) Procédé et système de traitement de message, support de stockage, et dispositif électronique
WO2020207194A1 (fr) Procédé et appareil de changement de dispositif ido basé sur une chaîne de blocs
CN116402446B (zh) 一种货物的管理方法、装置、介质及电子设备
US10044838B2 (en) Method of automatically setting protocol in programmable logic controller system
WO2021102643A1 (fr) Procédé et appareil de notification de mise à jour d'élément dans une ressource collection
US20230045914A1 (en) Method and apparatus for controlling device in internet of things, and gateway device and storage medium
US20160330151A1 (en) Method and system for managing an informational site using a social networking application
CN115422277A (zh) 数据源连接池控制方法、装置及服务器
US20170353818A1 (en) Method for deleting notification resource, and common service entity
US11153388B2 (en) Workflow engine framework for cross-domain extension
EP3910911B1 (fr) Procédé de distribution de décision de service parmi de multiples dispositifs terminaux et système
US8701123B2 (en) Apparatus and method for transmitting events occurring in a controlled device to a control device in a web based system
KR102077093B1 (ko) 사용자 단말기로부터 수신되는 이미지를 다른 사용자 단말기에 공유하기 위한 장치 및 방법
US11734656B1 (en) Distributed device rating system

Legal Events

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

Ref document number: 19953923

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19953923

Country of ref document: EP

Kind code of ref document: A1