KR20210026721A - Device management server and control method thereof - Google Patents

Device management server and control method thereof Download PDF

Info

Publication number
KR20210026721A
KR20210026721A KR1020190107918A KR20190107918A KR20210026721A KR 20210026721 A KR20210026721 A KR 20210026721A KR 1020190107918 A KR1020190107918 A KR 1020190107918A KR 20190107918 A KR20190107918 A KR 20190107918A KR 20210026721 A KR20210026721 A KR 20210026721A
Authority
KR
South Korea
Prior art keywords
control
trigger signal
action
management server
trigger
Prior art date
Application number
KR1020190107918A
Other languages
Korean (ko)
Other versions
KR102252200B1 (en
Inventor
하슬비
조정인
Original Assignee
주식회사 엘지유플러스
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 주식회사 엘지유플러스 filed Critical 주식회사 엘지유플러스
Priority to KR1020190107918A priority Critical patent/KR102252200B1/en
Publication of KR20210026721A publication Critical patent/KR20210026721A/en
Application granted granted Critical
Publication of KR102252200B1 publication Critical patent/KR102252200B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • H04L67/125Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks involving control of end-device applications over a network
    • H04L67/327
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Selective Calling Equipment (AREA)

Abstract

The present invention relates to a device management server and a control method thereof. The control method of the device management server in communication with at least one device for changing a self-state in accordance with control of various schemes and transmitting a trigger signal in accordance with a corresponding state change, comprises the steps of: receiving a trigger signal from a predetermined device; and controlling an action in accordance with the corresponding trigger signal when the trigger signal is received. The step of controlling the action includes the steps of: extracting trigger information included in the trigger signal; extracting action information and control object information corresponding to the trigger information extracted in a step (b1) by using a pre-provided matching table; and transmitting a control signal including a triggering action identifier indicating action control in accordance with the trigger signal and the extracted action information to the device corresponding to the control object information extracted in the previous step. The step of controlling the action further includes a step of controlling the action in accordance with the corresponding trigger signal not to be normally performed when the triggering action identifier is included in the trigger signal received from the predetermined device after the transmitting step. Accordingly, a case where an IoT device is not normally operated due to an infinite loop caused by incorrect settings can be prevented.

Description

디바이스 관리 서버 및 그 제어방법{DEVICE MANAGEMENT SERVER AND CONTROL METHOD THEREOF}Device management server and its control method {DEVICE MANAGEMENT SERVER AND CONTROL METHOD THEREOF}

본 발명은 디바이스 관리 서버 및 그 제어방법에 관한 것으로, 보다 상세하게는 외부의 트리거 신호에 따라 디바이스의 동작을 제어하는 관리 서버 및 그 제어방법에 관한 것이다.The present invention relates to a device management server and a control method thereof, and more particularly, to a management server that controls an operation of a device according to an external trigger signal, and a control method thereof.

최근 IoT(Internet of Things) 관련 기술이 발전하면서 다양한 특정 장치들에 이러한 IoT 기능을 구현하는 경우가 많아지고 있다.As the Internet of Things (IoT) related technology has recently developed, there are many cases of implementing these IoT functions in various specific devices.

예를 들어 전등이나, 텔레비전은 물론이고 소정의 스위치조차도 IoT 기능이 구현되어 소정의 관리 서버 즉, 이러한 IoT 의 상태를 확인하고 제어하는 서버와 통신이 가능하게 된 것이다.For example, not only lights, televisions, but even certain switches have IoT functions implemented to enable communication with a certain management server, that is, a server that checks and controls the state of the IoT.

이러한 IoT 디바이스들이 관리 서버와 통신하는 과정을 살펴보면, IoT 디바이스들은 자신의 상태가 변경된 경우 그 상태 변경과 관련된 정보를 관리 서버에 전송하고, 또한 관리 서버는 IoT 디바이스들에게 상태 변경을 위한 제어 신호를 전송할 수 있다.Looking at the process in which these IoT devices communicate with the management server, IoT devices transmit information related to the state change to the management server when their state changes, and the management server also sends control signals for state change to IoT devices. Can be transmitted.

각 IoT 디바이스들의 상태가 변경되는 것은 관리 서버의 요청이 있는 경우만 가능한 게 아니라, 각 IoT 디바이스에 구비된 인터페이스를 통해 입력되는 신호에 의해서도 각 IoT 디바이스의 상태가 변경될 수 있다.Changing the state of each IoT device is not only possible when there is a request from the management server, but the state of each IoT device may also be changed by a signal input through an interface provided in each IoT device.

예를 들어 IoT 디바이스가 텔레비전인 경우 텔레비전은 관리 서버의 제어에 따라 전원 온 또는 전원 오프 상태가 될 수도 있고, 또는 텔레비전에 구비된 버튼이나 또는 적외선 리모컨을 통한 입력에 따라 전원 온 또는 전원 오프 상태가 될 수도 있다.For example, if the IoT device is a television, the television may be powered on or off according to the control of the management server, or the power on or off state may be turned on or off according to an input through a button provided on the television or an infrared remote control. It could be.

더 나아가 관리 서버의 제어에 따라 IoT 디바이스의 상태가 변경되는 경우에도, 다른 디바이스의 트리거 신호가 수신됨에 따라 관리 서버가 특정 IoT 디바이스의 상태가 변경되도록 할 수도 있고, 또는 사용자가 자신의 휴대용 단말기에 설치된 앱(IoT 디바이스 관리 앱)을 이용하여 각 IoT 디바이스들의 상태가 변경되도록 요청함에 따라 관리 서버가 특정 IoT 디바이스의 상태가 변경되도록 할 수도 있다.Furthermore, even when the state of the IoT device is changed under the control of the management server, the management server may cause the state of a specific IoT device to change as a trigger signal from another device is received, or the user can connect to his or her portable terminal. The management server may cause the state of a specific IoT device to change according to a request to change the state of each IoT device using an installed app (IoT device management app).

예를 들어 사용자가 자신의 스마트폰에 구비된 텔레비전 제어 앱을 조작하여 텔레비전의 전원이 켜지도록 관리 서버에 요청하는 경우 관리 서버는 해당 앱의 요청에 따른 제어 신호를 텔레비전에 전송하여 전원이 켜지도록 제어할 수 있고, 다른 예로써 스위치 디바이스와 텔레비전이 연동되도록 구성된 경우 스위치 디바이스가 자신이 오프 상태에서 온 상태로 변경됨에 따라 일종의 트리거 신호를 관리 서버에 전송하면 관리 서버는 해당 트리거 신호와 연동된 텔레비전의 전원이 켜지도록 하는 제어 신호를 텔레비전에 전송할 수도 있는 것이다.For example, if a user manipulates a television control app provided in his or her smartphone and requests the management server to turn on the television, the management server transmits a control signal according to the request of the app to the television so that the power is turned on. If the switch device and the television are configured to interlock, as another example, when the switch device transmits a kind of trigger signal to the management server as it changes from the off state to the on state, the management server It is also possible to transmit a control signal to the television to turn on the power of the TV.

이처럼 각 IoT 디바이스의 상태는 다양한 제어 방식에 따라 변경될 수 있는데, 이 중 특정 IoT 디바이스의 상태가 다른 디바이스의 상태와 연동되어 변경되는 경우 의도치 않은 문제가 발생할 수 있다.As such, the state of each IoT device can be changed according to various control methods, among which, if the state of a specific IoT device is changed in conjunction with the state of another device, an unintended problem may occur.

예를 들어 복수 개의 IoT 디바이스가 서로 연계되어 동작하도록 설정된 경우 자칫 무한 루프로 빠질 수 있는 것이다.For example, if a plurality of IoT devices are set to operate in connection with each other, they may fall into an infinite loop.

이러한 예가 도 1에 도시되었다.This example is shown in FIG. 1.

동 도면에서 IoT 디바이스가 복수 개 도시되었는데, 각각 스위치, 조명등, TV라고 가정한다.In the figure, a plurality of IoT devices are shown, and it is assumed that they are switches, lights, and TVs, respectively.

관리 서버는 이러한 각 IoT 디바이스와 통신하며 다른 디바이스를 제어할 수 있는데, 예를 들어 관리 서버에 '스위치가 온 되면 조명등을 꺼라'라는 설정이 등록되어 있다고 가정하면 사용자가 스위치를 직접 조작하여 '온' 상태가 되도록 하면, 해당 스위치는 자신의 '온'상태로의 변경을 관리 서버에 전송하고, 이에 관리 서버는 해당 트리거 신호에 대응되는 액션인 조명등을 끄도록 하는 제어 신호를 조명등에 전달하는 것이다.The management server communicates with each of these IoT devices and can control other devices.For example, assuming that a setting of'Turn off lights when the switch is on' is registered in the management server, the user directly manipulates the switch to control the'on'. When the switch is set to the'on' state, the switch transmits its change to the'on' state to the management server, and the management server transmits a control signal to turn off the lighting, which is an action corresponding to the trigger signal. .

그런데 관리 서버에 '스위치가 온 되면 조명등을 꺼라'라는 설정은 물론이고, '조명등이 꺼지면 TV를 꺼라', 'TV 가 꺼지면 스위치를 켜라'라는 설정도 등록되어 있다고 가정하면, 무한 루프에 빠질 수 있는 것이다.However, assuming that the settings such as'Turn off the light when the switch is on' are registered in the management server as well as'Turn off the TV when the light is off' and'Turn on the switch when the TV is off', you may fall into an infinite loop. There is.

즉, 사용자가 스위치를 직접 조작하여 '온' 상태가 되도록 하면 관리 서버는 조명등을 끄도록 하는 제어 신호를 조명등에 전송한다.In other words, when the user directly manipulates the switch to turn it on, the management server transmits a control signal to turn off the lamp to the lamp.

이후, 조명등이 조명을 끈 후 그 상태 변경을 관리 서버에 전송하면, 관리 서버는 TV가 꺼지도록 하는 제어 신호를 TV에 전송한다.Thereafter, when the lighting is turned off and the state change is transmitted to the management server, the management server transmits a control signal to turn off the TV to the TV.

이에 TV가 전원을 끈 후 그 상태 변경을 관리 서버에 전송하면, 관리 서버는 스위치를 켜도록 하는 제어 신호를 스위치에 전송한다.Accordingly, after the TV turns off the power and transmits the state change to the management server, the management server transmits a control signal to turn on the switch to the switch.

이후의 과정은 앞서 과정과 동일하게 이루어지고 이러한 과정은 무한 반복이 된다.The subsequent process is the same as the previous process, and this process becomes infinite repetition.

이러한 무한 루프에 빠지게 되면 예를 들어 중간에 사용자가 TV를 직접 끄거나 앱을 이용하여 TV가 꺼지도록 하는 요청을 한다 하여도 이미 짧은 시간 안에 무한 루프에 따른 트리거 및 액션 제어가 이루어지고 있으므로 현 상태가 유지되어 결국 TV가 켜진 상태가 계속 유지된다.If you fall into such an infinite loop, for example, even if a user turns off the TV directly or requests to turn off the TV using an app, trigger and action control according to the infinite loop is already performed within a short time. Is maintained and eventually the TV stays on.

즉, 사용자에 의한 수동 직접 제어가 불가능한 상태가 되는 것이다.In other words, manual direct control by the user is impossible.

더 나아가 이 경우 사용자는 IoT 제어가 무한루프에 빠졌다는 사실을 인지하지 못하고, 단지 해당 IoT 디바이스에 기능 고장이 발생하였다고 생각하게 되어 오류를 시정하기까지 많은 시간이 걸릴 수도 있다.Furthermore, in this case, the user may not realize that the IoT control has fallen into an infinite loop, and it may take a long time to correct the error because they simply think that a malfunction has occurred in the IoT device.

공개특허 제10-2019-0044199호Publication Patent No. 10-2019-0044199

본 발명은 상기한 종래의 문제점을 해결하기 위해 안출된 것으로서, 그 목적은 여러 개의 IoT 디바이스를 서로 관련시켜 동작되도록 하는 경우 무한 루프에 빠지는 경우를 방지할 수 있도록 하는 디바이스 관리 서버 및 그 제어방법을 제공하는 것이다. The present invention has been conceived to solve the above-described conventional problem, and the object of the present invention is to provide a device management server and a control method thereof that can prevent a case of falling into an infinite loop when several IoT devices are operated in association with each other. To provide.

방지할 수 있도록 하는 것이다.To be able to prevent it.

상기한 목적을 달성하기 위해 본 발명에 따른 다양한 방식의 제어에 따라 자신의 상태를 변화시키고 해당 상태 변화에 따른 트리거 신호를 전송하는 적어도 하나의 디바이스와 통신하는 디바이스 관리 서버는 소정의 디바이스로부터 트리거 신호를 수신하는 신호 수신부와; 상기 신호 수신부에 수신되는 트리거 신호에 따른 액션 제어를 수행하는 액션 제어부를 포함하고, 상기 액션 제어 제어부는, 상기 트리거 신호에 포함된 트리거 정보를 확인하는 트리거 정보 확인부와; 기 구비된 매칭 테이블을 이용하여 트리거 정보 확인부에서 확인한 트리거 정보에 대응되는 액션 정보와 제어 대상 정보를 추출하는 추출부와; 상기 추출부에서 추출한 제어 대상 정보에 대응되는 디바이스에 트리거 신호에 따른 액션 제어임을 나타내는 트리거링 액션 식별자와 상기 추출부에서 추출한 액션 정보를 포함하는 제어 신호를 전송하는 제어 신호 전송부를 포함하여 이루어지고, 상기 액션 제어부는 상기 제어 신호 전송부에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 처리하는 것을 특징으로 한다.In order to achieve the above object, a device management server communicating with at least one device that changes its own state according to various methods of control according to the present invention and transmits a trigger signal according to the corresponding state change is a trigger signal from a predetermined device. A signal receiving unit for receiving; And an action control unit for controlling an action according to a trigger signal received from the signal receiving unit, wherein the action control control unit includes: a trigger information checking unit for checking trigger information included in the trigger signal; An extracting unit for extracting action information and control target information corresponding to the trigger information checked by the trigger information checking unit using a previously provided matching table; And a control signal transmission unit for transmitting a control signal including action information extracted from the extraction unit and a triggering action identifier indicating action control according to a trigger signal to a device corresponding to the control target information extracted from the extraction unit, wherein the When the triggering action identifier is included in a trigger signal received from a predetermined device after the control signal is transmitted by the control signal transmitting unit, the action control unit processes the action control according to the trigger signal to not be performed normally. It is done.

또, 상기한 목적을 달성하기 위해 본 발명에 따른 다양한 방식의 제어에 따라 자신의 상태를 변화시키고 해당 상태 변화에 따른 트리거 신호를 전송하는 적어도 하나의 디바이스와 통신하는 디바이스 관리 서버의 제어방법은, 소정의 디바이스로부터 트리거 신호를 수신하는 단계와; 상기 단계에서 수신되는 경우 해당 트리거 신호에 따른 액션 제어를 수행하는 단계를 포함하고, 상기 액션 제어를 수행하는 단계는, 상기 트리거 신호에 포함된 트리거 정보를 추출하는 단계와; 기 구비된 매칭 테이블을 이용하여 상기 (b1) 단계에서 추출한 트리거 정보에 대응되는 액션 정보와 제어 대상 정보를 추출하는 단계와; 상기 단계에서 추출한 제어 대상 정보에 대응되는 디바이스에 트리거 신호에 따른 액션 제어임을 나타내는 트리거링 액션 식별자와 상기 추출한 액션 정보를 포함하는 제어 신호를 전송하는 단계를 포함하여 이루어지고, 상기 단계 이후에 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 제어하는 단계를 더 포함하는 것을 특징으로 한다.In addition, in order to achieve the above object, a control method of a device management server communicating with at least one device that changes its own state according to various methods of control according to the present invention and transmits a trigger signal according to the corresponding state change, Receiving a trigger signal from a predetermined device; When it is received in the step, the step of performing action control according to a corresponding trigger signal, and the step of performing the action control includes: extracting trigger information included in the trigger signal; Extracting action information and control target information corresponding to the trigger information extracted in step (b1) using an already provided matching table; And transmitting a triggering action identifier indicating action control according to a trigger signal and a control signal including the extracted action information to a device corresponding to the control target information extracted in the step, and after the step, a predetermined device If the triggering action identifier is included in the trigger signal received from the trigger signal, the step of controlling the action control according to the trigger signal is not performed normally.

이상 설명한 바와 같이 본 발명에 따르면, IoT 디바이스가 서로 연관되어 동작하도록 설정된 경우, 잘못된 설정에 의해 무한 루프에 빠져 IoT 디바이스가 정상 동작하지 않는 경우를 미연에 방지할 수 있다.As described above, according to the present invention, when IoT devices are configured to operate in association with each other, it is possible to prevent the IoT device from operating normally due to an incorrect setting and falling into an infinite loop.

도 1은 종래의 복수 개의 IoT 디바이스가 관리 서버에 의해 제어되는 시스템의 개략 구성도이고,
도 2는 본 발명의 일 실시예에 따른 디바이스 관리 서버를 포함하는 전체 시스템의 개략 구성도이고,
도 3은 도 2의 디바이스 관리 서버의 기능 블록도이고,
도 4는 도 2의 저장부에 저장된 트리거 정보와 그에 매칭된 액션 정보 및 제어 대상 정보의 관계를 나타낸 테이블의 일 예이고,
도 5 및 도 6은 본 발명의 일 실시예에 따른 디바이스 관리 서버와 IoT 디바이스 간의 신호 및 제어 흐름의 일 예이다.
1 is a schematic configuration diagram of a system in which a plurality of conventional IoT devices are controlled by a management server,
2 is a schematic configuration diagram of an entire system including a device management server according to an embodiment of the present invention,
3 is a functional block diagram of the device management server of FIG. 2;
4 is an example of a table showing the relationship between trigger information stored in the storage unit of FIG. 2, action information matched thereto, and control target information,
5 and 6 are examples of a signal and control flow between a device management server and an IoT device according to an embodiment of the present invention.

이하에서는 첨부도면을 참조하여 본 발명에 대해 상세히 설명한다.Hereinafter, the present invention will be described in detail with reference to the accompanying drawings.

이하 본 발명에 따른 각 실시예는 본 발명의 이해를 돕기 위한 하나의 예에 불과하고, 본 발명이 이러한 실시예에 한정되는 것은 아니다. 특히 본 발명은 각 실시예에 포함되는 개별 구성, 개별 기능, 또는 개별 단계 중 적어도 어느 하나 이상의 조합으로 구성될 수 있다.Hereinafter, each embodiment according to the present invention is merely an example for aiding understanding of the present invention, and the present invention is not limited to this embodiment. In particular, the present invention may be configured with a combination of at least one or more of individual configurations, individual functions, or individual steps included in each embodiment.

특히, 편의상 청구 범위의 일부 청구항에는 '(a)'와 같은 알파벳을 포함시켰으나, 이러한 알파벳이 각 단계의 순서를 규정하는 것은 아니다.Particularly, for convenience, some claims in the claims include alphabets such as'(a)', but these alphabets do not prescribe the order of each step.

또한 이하 본 발명에 따른 각 실시예에서 언급하는 각 신호는 한 번의 연결 등에 의해 전송되는 하나의 신호를 의미할 수도 있지만, 후술하는 특정 기능 수행을 목적으로 전송되는 일련의 신호 그룹을 의미할 수도 있다. 즉, 각 실시예에서는 소정의 시간 간격을 두고 전송되거나 상대 장치로부터의 응답 신호를 수신한 이후에 전송되는 복수 개의 신호들이 편의상 하나의 신호명으로 표현될 수 있는 것이다.In addition, each signal referred to in each embodiment according to the present invention may mean one signal transmitted by one connection or the like, but may also mean a series of signal groups transmitted for the purpose of performing a specific function to be described later. . That is, in each embodiment, a plurality of signals transmitted at a predetermined time interval or transmitted after receiving a response signal from a counterpart device may be expressed as one signal name for convenience.

본 발명의 일 실시예에 따른 디바이스 관리 서버(100)를 포함하는 전체 통신 시스템의 개략 구성은 도 2에 도시된 바와 같다.A schematic configuration of an entire communication system including the device management server 100 according to an embodiment of the present invention is as shown in FIG. 2.

동 도면에서 디바이스는 소정 디바이스 관리 서버(100)의 제어에 따라 또는 자체 구비된 인터페이스(일 예로 조작 버튼)를 통한 조작에 따라 특정 기능을 수행하는 것으로서, 본 실시예에서는 모두 IoT(Internet of Things) 디바이스인 것을 일 예로 한다.In the figure, a device performs a specific function according to the control of a predetermined device management server 100 or manipulation through an interface (for example, an operation button) provided by itself, and in this embodiment, all IoT (Internet of Things) As an example, it is a device.

여기서 IoT 디바이스(200)라는 것은 네트워크에 연결되어 동작하고 상호간 또는 디바이스 관리 서버(100)와 통신이 가능한 장치를 의미한다.Here, the IoT device 200 refers to a device that is connected to a network and operates and communicates with each other or with the device management server 100.

도 1에는 IoT 디바이스(200)로써, 스위치 디바이스(201), 조명등 디바이스(202), TV 디바이스(203)가 도시되었다.In FIG. 1, as the IoT device 200, a switch device 201, a lighting device 202, and a TV device 203 are illustrated.

여기서 스위치 디바이스(201)는 사용자의 조작 또는 디바이스 관리 서버(100)의 제어에 따라 전원을 온 또는 오프 시키는 동작을 수행하는 것으로서, 다른 기능(일 예로 모터 동작/차단, 또는 창문 열림/닫힘 등)을 수행하는 장치와 직접 연결될 수 있는데, 본 실시예에서는 스위치 디바이스(201)에 직접 연결된 장치에 대한 설명은 생략하기로 한다.Here, the switch device 201 performs an operation of turning the power on or off according to the user's manipulation or the control of the device management server 100, and other functions (for example, motor operation/blocking, or window opening/closing, etc.) It may be directly connected to the device that performs the operation, but in the present embodiment, a description of the device directly connected to the switch device 201 will be omitted.

조명등 디바이스(202)는 전등과 같은 소정의 램프를 포함하여 사용자의 수동 조작 또는 디바이스 관리 서버(100)의 제어에 따라 해당 램프를 온 또는 오프 시키는 기능을 수행한다.The lighting device 202 includes a predetermined lamp such as a lamp and performs a function of turning on or off a corresponding lamp according to a user's manual operation or control of the device management server 100.

이하에서 '조명등 온 상태'라고 하는 것은 램프에 전원이 공급되어 켜지는 상태를 의미하고, '조명등 오프 상태'라고 하는 것은 램프에 전원이 공급되지 않아 꺼진 상태를 의미한다.Hereinafter, the term "light lamp on state" means a state in which power is supplied to the lamp, and the term "light lamp off state" refers to a state in which power is not supplied to the lamp.

TV(TV : Television) 디바이스는 방송이나 VOD(Video On Demand) 방송을 무선 또는 유선 케이블 등을 통해 수신하여 재생 및 표시하는 것으로서, 사용자의 수동 조작 또는 디바이스 관리 서버(100)의 제어에 온 동작 또는 오프 동작을 수행한다.A TV (TV) device receives broadcast or video on demand (VOD) broadcast through a wireless or wired cable, and plays and displays it, and is operated manually by a user or controlled by the device management server 100 or Perform an off operation.

이하에서 'TV 온 상태'라고 하는 것은 TV가 켜져서 소정의 방송 등이 표시되고 있는 상태를 의미하고, 'TV 오프 상태'라고 하는 것은 TV가 꺼져서 아무런 방송이나 영상 콘텐츠가 표시되고 있지 않은 상태를 의미한다.Hereinafter, the term'TV on state' refers to a state in which the TV is turned on and a predetermined broadcast, etc. are displayed, and the term'TV off state' refers to a state in which no broadcast or video content is displayed because the TV is turned off. it means.

이러한 각 IoT 디바이스(200)는 자신의 상태에 대한 정보를 포함하는 트리거 신호를 디바이스 관리 서버(100)로 전송할 수 있다.Each of these IoT devices 200 may transmit a trigger signal including information on its own state to the device management server 100.

예를 들어 TV는 자신의 상태가 ON 상태에서 OFF 상태로 변경된 경우 그 OFF 상태(즉, 트리거 정보에 해당함)를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송할 수 있다.For example, the TV may transmit a trigger signal including the OFF state (ie, corresponding to trigger information) to the device management server 100 when its state is changed from the ON state to the OFF state.

이처럼 상태가 변경되는 경우 뿐 만 아니라 외부의 요청에 따른 동작을 수행하는 모든 경우에 그 결과를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송할 수도 있다.In this way, a trigger signal including the result may be transmitted to the device management server 100 not only when the state is changed but also when an operation according to an external request is performed.

예를 들어 TV는 자신의 상태가 현재 OFF 상태임에도 불구하고, 외부로부터 다시 OFF 상태로 변경하도록 하는 요청이 수신되는 경우에도 OFF 상태를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송할 수 있는 것이다.For example, the TV may transmit a trigger signal including the OFF state to the device management server 100 even when a request to change it to the OFF state is received from the outside even though its state is currently OFF. .

이때 각 IoT 디바이스(200)는 디바이스 관리 서버(100)로부터 수신된 제어 신호에 소정의 식별자(일 예로 트리거링 액션 식별자)가 포함되어 있는 경우에는 상태 변경 등을 수행한 후 해당 식별자를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송할 수 있다.At this time, when each IoT device 200 includes a predetermined identifier (eg, a triggering action identifier) in the control signal received from the device management server 100, the trigger signal including the identifier after performing a state change, etc. May be transmitted to the device management server 100.

도 2에는 각 IoT 디바이스(200)가 유선으로 디바이스 관리 서버(100)에 연결되는 것을 일 예로 하였으나 AP(Access Point)와 같은 장치를 무선 통신을 통해 경유하여 관리 서버(100)와 통신할 수도 있음은 물론이다.2 illustrates that each IoT device 200 is connected to the device management server 100 by wire, but it is also possible to communicate with the management server 100 via a device such as an AP (Access Point) through wireless communication. Of course.

한편, 사용자 단말기(300)는 사용자가 상술한 각 IoT 디바이스(200)에 대한 상태를 확인하거나 또는 각 IoT 디바이스(200)의 동작 제어를 디바이스 관리 서버(100)에 요청할 수 있도록 하는 것으로서, 예를 들어 소정의 앱(APP : Application) 등을 이용하여 상술한 기능들을 수행하는 스마트폰에 해당할 수 있다.Meanwhile, the user terminal 300 allows the user to check the status of each IoT device 200 described above or request the device management server 100 to control the operation of each IoT device 200, for example. For example, it may correspond to a smartphone that performs the above-described functions using a predetermined app (APP) or the like.

디바이스 관리 서버(100)는 상술한 바와 같이 각 IoT 디바이스(200)는 물론이고 사용자 단말기(300)와 통신하는 것으로서, 특히 IoT 디바이스(200)의 상태를 수신함은 물론이고 소정의 제어 신호를 생성하여 각 IoT 디바이스(200)에 전송하는 기능을 수행한다.As described above, the device management server 100 communicates with the user terminal 300 as well as each IoT device 200, and in particular, by generating a predetermined control signal as well as receiving the state of the IoT device 200 Performs a function of transmitting to each IoT device 200.

디바이스 관리 서버(100)가 IoT 디바이스(200)에 제어 신호를 전송하는 경우는 크게 두 가지로 구분될 수 있는데, 사용자 단말기(300)의 요청에 따른 제어 신호를 전송하는 것과, 또는 다른 IoT 디바이스(200)의 트리거 신호에 따른 제어 신호를 전송하는 것이 있다.When the device management server 100 transmits a control signal to the IoT device 200, it can be classified into two broad categories, transmitting a control signal according to the request of the user terminal 300, or another IoT device ( There is a transmission of a control signal according to the trigger signal of 200).

따라서 본 실시예에서 디바이스 관리 서버(100)는 사용자 단말기(300)의 요청에 따른 제어 신호와 다른 IoT 디바이스(200)의 트리거 신호에 따른 제어 신호가 구별되도록 하기 위해 소정의 식별자를 제어 신호에 포함시킬 수 있는데, 특히 다른 IoT 디바이스(200)의 트리거 신호에 따른 제어 신호에는 트리거링 액션 식별자를 포함시킬 수 있다.Therefore, in this embodiment, the device management server 100 includes a predetermined identifier in the control signal in order to distinguish the control signal according to the request of the user terminal 300 from the control signal according to the trigger signal of the other IoT device 200. In particular, a triggering action identifier may be included in a control signal according to a trigger signal of another IoT device 200.

여기서 다른 IoT 디바이스(200)의 트리거 신호에 따른 제어 신호의 전송이라는 것은 앞서 '[발명의 배경이 되는 기술]'에서 언급한 바와 같이 트리거 정보와 액션 정보 및 제어 대상 정보가 매칭된 매칭 테이블을 구비한 상태에서, 특정 IoT 디바이스(200)로부터 트리거 정보를 포함하는 트리거 신호(일종의 상태 변경 신호라 할 수 있음)가 수신된 경우 그 트리거 정보에 대응되는 액션 정보를 그 트리거 정보에 대응되는 제어 대상으로 전송하는 것을 의미하는데, 보다 상세한 설명은 후술토록 한다.Here, the transmission of the control signal according to the trigger signal of the other IoT device 200 is provided with a matching table in which trigger information, action information, and control target information are matched, as previously mentioned in'[Technology behind the invention]. In one state, when a trigger signal including trigger information (which can be referred to as a state change signal) is received from a specific IoT device 200, action information corresponding to the trigger information is converted to a control target corresponding to the trigger information. It means to transmit, but a more detailed description will be provided later.

이러한 디바이스 관리 서버(100)의 구체적인 기능 블록은 도 3에 도시된 바와 같다.Detailed functional blocks of the device management server 100 are as shown in FIG. 3.

동 도면에 도시된 바와 같이 디바이스 관리 서버(100)는 신호 수신부(110), 액션 제어부(120), 저장부(130)를 포함하여 구성될 수 있다.As shown in the figure, the device management server 100 may include a signal receiver 110, an action control unit 120, and a storage unit 130.

여기서 저장부(130)는 디바이스 관리 서버(100)의 동작에 필요한 정보, 데이터, 애플리케이션은 물론이고, 각종 설정값을 저장하고 있고, 더 나아가 디바이스 관리 서버(100)의 동작 중 발생하거나 외부로부터 수신되는 정보, 데이터를 추가로 저장하는 기능을 수행한다.Here, the storage unit 130 stores information, data, and applications necessary for the operation of the device management server 100, as well as various setting values, and furthermore, occurs during the operation of the device management server 100 or receives from the outside. It performs the function of storing additional information and data.

특히 저장부(130)에는 도 4와 같은 트리거 정보와 액션 정보 및 제어 대상 정보가 매칭된 테이블이 저장되어 있을 수 있다.In particular, the storage unit 130 may store a table in which trigger information, action information, and control target information as shown in FIG. 4 are matched.

신호 수신부(110)는 IoT 디바이스(200) 및 사용자 단말기(300)로부터 각종 요청 또는 알림 신호를 수신하는 기능을 수행하는데, 특히 각 IoT 디바이스(200)로부터 트리거 신호를 수신할 수 있다.The signal receiver 110 performs a function of receiving various request or notification signals from the IoT device 200 and the user terminal 300, and in particular, may receive a trigger signal from each IoT device 200.

액션 제어부(120)는 신호 수신부(110)에 수신되는 트리거 신호에 따른 액션 제어를 수행하는 것으로서, 트리거 정보 확인부(121), 추출부(122), 제어 신호 전송부(123)를 포함하여 구성될 수 있다.The action control unit 120 performs action control according to the trigger signal received by the signal receiving unit 110, and includes a trigger information confirmation unit 121, an extraction unit 122, and a control signal transmission unit 123 Can be.

트리거 정보 확인부(121)는 트리거 신호에 포함된 트리거 정보를 확인하는 기능을 수행한다.The trigger information checking unit 121 performs a function of checking trigger information included in a trigger signal.

추출부(122)는 도 4와 같이 저장부(130)에 저장된 매칭 테이블을 이용하여 트리거 정보 확인부(121)에서 확인한 트리거 정보에 대응되는 액션 정보와 제어 대상 정보를 추출하는 기능을 수행한다.The extraction unit 122 performs a function of extracting action information and control target information corresponding to the trigger information checked by the trigger information confirmation unit 121 by using the matching table stored in the storage unit 130 as shown in FIG. 4.

예를 들어 트리거 정보가 '스위치 ON'인 경우 추출부(122)는 액션 대상이 '조명'이고, 액션 정보가 'OFF'라고 판단할 수 있다.For example, when the trigger information is'switch ON', the extraction unit 122 may determine that the action target is'lighting' and the action information is'OFF'.

신호 전송부는 추출부(122)에서 추출한 제어 대상 정보에 대응되는 디바이스에 액션 정보를 포함하는 제어 신호를 전송할 수 있는데, 이러한 제어 신호에는 트리거 신호에 따른 액션 제어임을 나타내는 트리거링 액션 식별자가 더 포함될 수 있다.The signal transmission unit may transmit a control signal including action information to a device corresponding to the control target information extracted by the extraction unit 122, and such a control signal may further include a triggering action identifier indicating action control according to a trigger signal. .

즉, 신호 전송부는 사용자 단말기(300)의 요청에 따라 각 IoT 디바이스(200)에 제어 신호를 전송할 수도 있는데, 이 경우에는 트리거에 따른 제어가 아니므로 상술한 트리거링 액션 식별자가 포함되지 않은 제어 신호를 전송하고, 상술한 바와 같이 다른 IoT 디바이스(200)의 트리거 신호에 따른 제어 신호를 전송하는 경우에만 트리거링 액션 식별자를 해당 제어 신호에 포함시키는 것이다.That is, the signal transmission unit may transmit a control signal to each IoT device 200 according to the request of the user terminal 300. In this case, the control signal does not include the above-described triggering action identifier because it is not controlled according to a trigger. As described above, the triggering action identifier is included in the corresponding control signal only when the control signal according to the trigger signal of the other IoT device 200 is transmitted as described above.

여기서 트리거링 액션 식별자는 일종의 세션 정보로써 제어 신호에 포함될 수도 있다.Here, the triggering action identifier may be included in the control signal as a kind of session information.

한편, 이러한 액션 제어부(120)는 제어 신호 전송부(123)에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 해당 트리거링 액션 식별자가 포함되어 있는 경우에는 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 처리한다.Meanwhile, if the triggering action identifier is included in the trigger signal received from a predetermined device after the control signal is transmitted by the control signal transmission unit 123, the action control unit 120 controls the action according to the trigger signal. It is handled so that it does not work normally.

예를 들어 각 IoT 디바이스(200)는 상술한 바와 같이 트리거링 액션 식별자를 포함하는 제어신호에 따라 동작을 수행한 후, 해당 트리거링 액션 식별자를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송할 수 있는데, 이처럼 IoT 디바이스(200)로부터 수신된 트리거 신호에 트리거링 액션 식별자가 포함되어 있는 경우에는 액션 제어부(120)는 해당 트리거 신호에 따른 액션 제어 처리가 정상적으로 이루어지지 않도록 처리하는 것이다.For example, each IoT device 200 may transmit a trigger signal including a corresponding triggering action identifier to the device management server 100 after performing an operation according to a control signal including a triggering action identifier as described above. In this way, when the triggering action identifier is included in the trigger signal received from the IoT device 200, the action control unit 120 processes the action control processing according to the trigger signal so that it is not normally performed.

여기서 '트리거 신호에 따른 액션 제어 처리가 정상적으로 이루어지도록 한다는 것'은 앞서 설명한 바와 같이 트리거 정보 확인부(121), 추출부(122)에 의한 동작에 따라 최종적으로 제어 신호 전송부(123)에서 특정 IoT 디바이스(200)에 액션 제어 신호를 정상적으로 전송하는 것을 의미한다.Here,'that the action control processing according to the trigger signal is performed normally' means that, as described above, the control signal transmission unit 123 is finally specified according to the operation by the trigger information verification unit 121 and the extraction unit 122. It means that the action control signal is normally transmitted to the IoT device 200.

즉, 액션 제어부(120)는 IoT 디바이스(200)로부터 수신되는 트리거 신호를 분석하여 해당 트리거 신호에 트리거링 액션 식별자가 포함되어 있지 않다면 그 트리거 정보에 따른 액션 제어 처리가 이루어지도록 하고, 만일 해당 트리거 신호에 트리거링 액션 식별자가 포함되어 있다면 그 트리거 정보에 따른 액션 제어 처리가 이루어지도록 처리하는 것이다.That is, the action control unit 120 analyzes the trigger signal received from the IoT device 200, and if the triggering action identifier is not included in the trigger signal, the action control process is performed according to the trigger information. If the triggering action identifier is included in, it is processed so that action control processing is performed according to the trigger information.

예를 들어 트리거 신호에 따른 액션 제어 처리가 정상적으로 이루어지지 않도록 하기 위해 액션 제어부(120)는 해당 트리거 신호를 드롭(Drop) 처리할 수도 있고, 또는 트리거 정보 확인부(121), 추출부(122), 제어 신호 전송부(123) 중 적어도 어느 하나에 의한 동작이 수행되지 않도록 제어할 수도 있다.For example, in order to prevent the action control processing according to the trigger signal from being normally performed, the action control unit 120 may drop the corresponding trigger signal, or the trigger information confirmation unit 121 and the extraction unit 122 , It is also possible to control so that an operation by at least one of the control signal transmission unit 123 is not performed.

이처럼 특정 IoT 디바이스(200)에 대해 트리거에 따른 액션 제어가 이루어지는 경우 해당 제어 신호에 트리거링 액션 식별자를 포함시켜 전송하고, 해당 제어 신호를 수신한 IoT 디바이스(200)는 그 액션 식별자를 포함하는 트리거 신호를 전송하도록 함으로써 잘못된 설정으로 인해 무한 루프에 빠지는 것을 방지할 수 있다.In this way, when an action control according to a trigger is performed on a specific IoT device 200, a triggering action identifier is included in the corresponding control signal and transmitted, and the IoT device 200 receiving the corresponding control signal is a trigger signal including the action identifier. Sending is prevented from falling into an infinite loop due to a misconfiguration.

즉, 트리거링 액션 식별자를 이용하지 않는 경우를 도 4를 참조하여 설명하면, 스위치 디바이스(201)가 사용자의 조작에 따라 ON 상태가 된 경우, 스위치 디바이스(201)는 'ON 상태'를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송하고, 이에 디바이스 관리 서버(100)는 도 4의 테이블을 참조하여 조명등 디바이스(202)에 'OFF' 제어 신호를 전송하고, 이러한 제어 신호에 따라 'OFF' 동작한 조명등 디바이스(202)는 해당 'OFF 상태'를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송하며, 이에 디바이스 관리 서버(100)는 도 4의 테이블을 참조하여 TV 디바이스(203)에 'OFF' 제어 신호를 전송하고, 이러한 제어 신호에 따라 'OFF' 동작한 TV 디바이스(203)는 해당 'OFF 상태'를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송한다.That is, a case in which the triggering action identifier is not used will be described with reference to FIG. 4, when the switch device 201 is turned on according to a user's operation, the switch device 201 is a trigger including an'ON state'. The signal is transmitted to the device management server 100, whereby the device management server 100 transmits an'OFF' control signal to the lighting device 202 with reference to the table of FIG. 4, and'OFF' according to the control signal. The operated lighting device 202 transmits a trigger signal including the corresponding'OFF state' to the device management server 100, whereby the device management server 100 refers to the table of FIG. 4 to the TV device 203. The TV device 203, which transmits an'OFF' control signal and operates'OFF' according to the control signal, transmits a trigger signal including a corresponding'OFF state' to the device management server 100.

이에 디바이스 관리 서버(100)는 도 4의 테이블을 참조하여 스위치 디바이스(201)에 'ON' 제어 신호를 전송하고, 이러한 제어 신호에 따라 'ON' 동작한 조명등 디바이스(202)는 해당 'ON 상태'를 포함하는 트리거 신호를 다시 디바이스 관리 서버(100)에 전송하게 된다.Accordingly, the device management server 100 transmits an'ON' control signal to the switch device 201 with reference to the table of FIG. 4, and the lighting device 202 operating'ON' according to the control signal is in the corresponding'ON state. The trigger signal including'is transmitted to the device management server 100 again.

따라서 이러한 과정이 무한 반복되게 되는데, 이처럼 제어 동작이 무한 루프에 빠진 경우 특정 IoT 디바이스(200)에 대해 수동 조작을 한다 하여도 짧은 시간 안에 무한 루프 제어가 반복됨으로써 결국 수동 조작에 따른 원하는 동작이 발생하지 않게 되는 것이다.Therefore, this process is infinitely repeated.In this way, when the control operation falls into an infinite loop, even if a specific IoT device 200 is manually operated, the infinite loop control is repeated within a short time, resulting in the desired operation according to the manual operation. It will not be done.

따라서 본 실시예에서는 소정의 IoT 디바이스(200)의(일 예로 스위치 디바이스(201)) 트리거 신호에 대한 제어 신호를 다른 IoT 디바이스(200)(일 예로 조명등 디바이스(202))에 전송함에 있어서 트리거링 액션 식별자가 해당 제어 신호에 포함되도록 하고, 해당 제어에 따른 동작을 하는 IoT 디바이스(200)(즉, 조명등 디바이스(202))가 제어 동작을 수행한 후에 전송하는 트리거 신호에 해당 트리거링 액션 식별자가 포함되도록 함으로써, 그 IoT 디바이스(200)(즉, 조명등 디바이스(202))에서 수행된 동작이 다른 IoT 디바이스(200)(즉, 스위치 디바이스(201))의 트리거 신호에 의해 수행된 동작인지 아니면 사용자의 수동 조작 또는 사용자 단말기(300)를 통한 조작인지를 구별하여, 다른 IoT 디바이스(200)(즉, 스위치 디바이스(201))의 트리거 신호에 의해 수행된 동작인 경우에는 그 IoT 디바이스(200)(즉, 조명등 디바이스(202))로부터 동작 결과에 따라 수신되는 트리거 신호에 대해서는 도 4를 참조한 처리를 수행하지 않고 드롭 처리함으로써 무한 루프 발생을 원천 봉쇄하게 되는 것이다.Therefore, in this embodiment, a triggering action in transmitting a control signal for a trigger signal of a given IoT device 200 (for example, a switch device 201) to another IoT device 200 (for example, a lighting device 202). The identifier is included in the corresponding control signal, and the corresponding triggering action identifier is included in the trigger signal transmitted after the IoT device 200 (ie, the lighting device 202) performing the control operation according to the corresponding control. By doing so, whether the operation performed by the IoT device 200 (ie, the lighting device 202) is an operation performed by a trigger signal of another IoT device 200 (ie, the switch device 201) or the user's manual It distinguishes whether it is an operation or an operation through the user terminal 300, and in the case of an operation performed by a trigger signal of another IoT device 200 (ie, the switch device 201), the IoT device 200 (ie, The trigger signal received from the lighting device 202 according to the operation result is subjected to drop processing without performing the processing with reference to FIG. 4, thereby preventing the occurrence of an infinite loop.

한편, 다른 예로써 액션 제어부(120)는 제어 신호 전송부(123)에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있지 않더라도, 동일한 트리거 신호가 기 설정된 시간 동안 수차례 이상 수신되는 경우 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 처리할 수도 있다.On the other hand, as another example, even if the triggering action identifier is not included in the trigger signal received from a predetermined device after the control signal is transmitted by the control signal transmission unit 123, the same trigger signal is When received several times or more during a set time period, it may be processed so that action control according to the corresponding trigger signal is not normally performed.

예를 들어 스위치 디바이스(201)로부터 '스위치 ON'이라는 트리거 정보를 포함하는 트리거 신호가 기 설정된 시간 동안 기 설정된 횟수 이상 수신된 경우, 비록 해당 트리거 신호에 트리거링 액션 식별자가 포함되어 있지 않더라도 액션 제어부(120)는 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 처리하는 것이다.For example, when a trigger signal including trigger information of'switch ON' is received from the switch device 201 for a preset number of times or more for a preset time, even if the triggering action identifier is not included in the trigger signal, the action control unit ( 120) is processing so that the action control according to the corresponding trigger signal is not normally performed.

이는 각 IoT 디바이스(200)가 디바이스 관리 서버(100)로부터 트리거링 액션 식별자를 포함하는 제어 신호에 따라 동작을 수행한 경우 상술한 바와 같이 해당 트리거링 액션 식별자를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송하도록 구성된 것이 아니라 트리거링 액션 식별자를 제거한 트리거 신호를 전송하도록 구성될 수도 있는데(일 예로 비표준 IoT 디바이스인 경우), 이 경우에도 무한 루프에 빠지는 것을 방지하도록 하기 위함이다.This means that when each IoT device 200 performs an operation according to a control signal including a triggering action identifier from the device management server 100, the device management server 100 transmits a trigger signal including the triggering action identifier as described above. It is not configured to transmit to, but may be configured to transmit a trigger signal from which the triggering action identifier has been removed (for example, in the case of a non-standard IoT device), in order to prevent falling into an infinite loop even in this case.

즉, 무한 루프에 빠지게 되면 동일한 IoT 디바이스(200)로부터 동일한 형태의 트리거 신호가 반복적으로 수신되게 되는데, 디바이스 관리 서버(100)는 이를 감지하는 경우 도 4를 참조한 액션 제어가 이루어지지 않도록 함으로써 무한 루프에서 벗어날 수 있도록 하는 것이다.That is, when falling into the infinite loop, the same type of trigger signal is repeatedly received from the same IoT device 200, and when the device management server 100 detects this, the action control referring to FIG. 4 is not performed, thereby preventing the infinite loop. To get out of it.

이하에서는 도 5 내지 도 6을 참조하여 본 발명의 일 실시예에 따른 디바이스 관리 서버(100)와 IoT 디바이스(200) 간의 신호 및 제어 흐름을 설명한다.Hereinafter, a signal and a control flow between the device management server 100 and the IoT device 200 according to an embodiment of the present invention will be described with reference to FIGS. 5 to 6.

우선, 도 5를 참조하여 도 4의 테이블을 기초로 스위치 디바이스(201)의 상태 변경에 따라 조명등 디바이스(202)의 상태가 변경되는 과정을 설명한다.First, a process of changing the state of the lighting device 202 according to the state change of the switch device 201 based on the table of FIG. 4 will be described with reference to FIG. 5.

사용자로부터 수동 'ON' 조작을 감지한 경우(단계 S1) 스위치 디바이스(201)는 ON 동작을 수행하고(단계 S3), 'ON 상태'를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송한다(단계 S5).When a manual'ON' operation is detected by the user (step S1), the switch device 201 performs an ON operation (step S3), and transmits a trigger signal including an'ON state' to the device management server 100. (Step S5).

이때 스위치 디바이스(201)가 전송하는 트리거 신호에는 'Device', 'Status', 'Type'에 대한 정보가 포함될 수 있다.In this case, the trigger signal transmitted from the switch device 201 may include information on'Device','Status', and'Type'.

여기서 'Device'는 트리거 신호를 전송하는 IoT 디바이스(200)를 식별하기 위한 것이고, 'Status'는 IoT 디바이스(200)의 현재 상태 또는 동작한 결과를 의미하는 것이고, 'Type'은 상태 변경 또는 동작의 근거가 된 이유를 의미하는 것으로서, 본 실시예에서 'natural event'라는 것은 사용자에 의한 직접적인 수동 조작에 따른 트리거 신호임을 의미한다. 현재 본 트리거 신호에는 별도의 트리거링 액션 식별자는 포함되어 있지 않은 상태이다.Here,'Device' is for identifying the IoT device 200 that transmits the trigger signal,'Status' is the current status or operation result of the IoT device 200, and'Type' is the status change or operation. As a reason for the reason, the term'natural event' in the present embodiment means a trigger signal according to a direct manual manipulation by a user. Currently, this trigger signal does not contain a separate triggering action identifier.

이러한 트리거 신호를 수신한 디바이스 관리 서버(100)는 트리거링 액션 식별자가 포함되어 있는지 판단하는데(단계 S7), 본 실시예에서는 트리거링 액션 식별자가 포함되어 있지 않으므로, 디바이스 관리 서버(100)는 트리거 정보에 매칭된 액션 정보를 도 4의 테이블을 참조하여 추출한다(단계 S9).The device management server 100 receiving such a trigger signal determines whether the triggering action identifier is included (step S7). Since the triggering action identifier is not included in the present embodiment, the device management server 100 determines whether the triggering action identifier is included. Matched action information is extracted with reference to the table in Fig. 4 (step S9).

즉, 도 4를 참조하면 스위치 디바이스(201)의 ON에 대응되는 제어 대상 및 액션 정보는 '조명등 OFF'에 해당하므로, 조명등 디바이스(202)에 이러한 액션 정보는 물론이고 트리거링 액션 식별자를 포함하는 제어 신호를 전송한다(단계 S11).That is, referring to FIG. 4, since the control target and action information corresponding to ON of the switch device 201 corresponds to'lighting off', control including such action information as well as triggering action identifiers in the lighting device 202 The signal is transmitted (step S11).

조명등 디바이스(202)에 전송하는 제어 신호에는 도 5에 도시된 바와 같이 'Device', 'Control', 'Type', 'Session'이 포함될 수 있는데, 여기서 'Device'는 제어 대상을 의미하고, 'Control'은 제어 명령 즉, 액션 정보를 의미하며, 'Type'은 제어의 근거가 되는 이유를 의미하는 것으로서, 본 실시예에서는 디바이스 관리 서버(100)에 의한 제어를 의미하여 'Control'가 할당되었다.The control signal transmitted to the lighting device 202 may include'Device','Control','Type', and'Session' as shown in FIG. 5, where'Device' means a control target, and ' Control' refers to a control command, that is, action information, and'Type' refers to a reason that is the basis for control, and in this embodiment,'Control' is assigned to mean control by the device management server 100. .

특히 'Session'은 앞서 설명한 트리거링 액션 식별자를 의미하는 항목으로서, 예를 들어 실시간 랜덤 코드(즉, 'A12345')값이 할당될 수 있다.In particular,'Session' is an item indicating the triggering action identifier described above, and, for example, a real-time random code (ie,'A12345') value may be assigned.

이러한 디바이스 관리 서버(100)의 제어 신호를 수신한 조명등 디바이스(202)는 해당 제어에 따라 조명 OFF 동작을 수행한다(단계 S13).The lighting device 202, which has received the control signal from the device management server 100, performs a lighting OFF operation according to the corresponding control (step S13).

다음으로 도 5의 과정을 거쳐 조명 OFF 동작을 수행한 조명등 디바이스(202)의 트리거 신호에 따라 디바이스 관리 서버(100)가 처리하는 과정을 설명한다.Next, a process of processing by the device management server 100 according to the trigger signal of the lighting device 202 that has performed the lighting OFF operation through the process of FIG. 5 will be described.

조명등 디바이스(202)는 조명 OFF 동작을 수행한 후, 동작 수행에 결과로써 트리거 신호를 디바이스 관리 서버(100)에 전송하는데(단계 S21), 도 6에 도시된 바와 같이 'Device : Light', 'Status : OFF', 'Type : Control event', 'Session : A12345'를 트리거 신호에 포함시킨다.After performing the lighting OFF operation, the lighting device 202 transmits a trigger signal to the device management server 100 as a result of performing the operation (step S21). Status: OFF','Type: Control event', and'Session: A12345' are included in the trigger signal.

즉, 조명등(Light)이라는 장치명, 'OFF'라는 상태, 그리고 Type은 조명등 디바이스(202)가 조명 OFF 동작을 수행하게 된 것이 조명등 디바이스(202)의 제어에 의한 것임을 나타내기 위해 'Control event'를 할당하였다.In other words, the name of the device named "Light", the state of "OFF", and the Type indicate that the lighting device 202 performs a lighting OFF operation by controlling the lighting device 202. Assigned.

특히, 조명등 디바이스(202)는 Session 항목이라는 트리거링 액션 식별자를 트리거 신호에 포함시킨다. 이때 트리거링 액션 식별자의 값은 도 5에서 디바이스 관리 서버(100)로부터 수신된 값인 'A12345'와 동일하다.In particular, the lighting device 202 includes a triggering action identifier called a Session item in the trigger signal. In this case, the value of the triggering action identifier is the same as'A12345' which is a value received from the device management server 100 in FIG. 5.

디바이스 관리 서버(100)는 조명등 디바이스(202)로부터 수신된 트리거 신호에 트리거링 액션 식별자가 포함되어 있는지를 판단하는데(단계 S23), 상술한 바와 같이 'Session : A12345'라는 트리거링 액션 식별자가 포함되어 있으므로, 디바이스 관리 서버(100)는 해당 조명등 디바이스(202)로부터 수신된 트리거 신호를 Drop 하여 더 이상 처리하지 않는다(단계 S25).The device management server 100 determines whether the triggering action identifier is included in the trigger signal received from the lighting device 202 (step S23). As described above, the triggering action identifier'Session: A12345' is included. , The device management server 100 drops the trigger signal received from the corresponding lighting device 202 and does not process any more (step S25).

즉, 도 4를 참조하면 '조명등 OFF'를 포함하는 트리거 신호가 수신되면 TV 디바이스(203)에 'OFF'라는 액션 정보를 전송해야 하는데, 조명등 디바이스(202)로부터 수신된 트리거 신호에 상술한 바와 같이 트리거링 액션 식별자가 포함되어 있으므로 디바이스 관리 서버(100)는 더 이상 진행하지 않고 드롭처리를 수행하는 것이다.That is, referring to FIG. 4, when a trigger signal including'light lamp OFF' is received, action information'OFF' should be transmitted to the TV device 203, as described above in the trigger signal received from the lamp device 202. Likewise, since the triggering action identifier is included, the device management server 100 performs drop processing without further proceeding.

만일 사용자가 사용자 단말기(300)를 조작하여 조명 OFF를 요청하고, 그에 따라 디바이스 관리 서버(100)가 '조명 OFF'를 명령하는 제어 신호를 조명등 디바이스(202)에 전송한 경우, 조명등 디바이스(202)는 해당 명령을 처리한 후, 'Device : Light', 'Status : OFF', 'Type : Control event'를 포함하는 트리거 신호를 디바이스 관리 서버(100)에 전송하게 되는데, 이 경우에는 트리거 신호에 도 6과 같이 트리거링 액션 식별자가 포함되어 있지 않으므로 디바이스 관리 서버(100)는 도 4를 참조하여 TV 디바이스(203)에 'OFF' 제어 신호를 전송한다.If the user manipulates the user terminal 300 to request the lighting to be turned off, and the device management server 100 transmits a control signal instructing the lighting to be turned off to the lighting device 202 accordingly, the lighting device 202 ), after processing the corresponding command, transmits a trigger signal including'Device: Light','Status: OFF', and'Type: Control event' to the device management server 100. In this case, the trigger signal is Since the triggering action identifier is not included as shown in FIG. 6, the device management server 100 transmits an'OFF' control signal to the TV device 203 with reference to FIG. 4.

한편, 상술한 각 실시예를 수행하는 과정은 소정의 기록 매체(예를 들어 컴퓨터로 판독 가능한)에 저장된 프로그램 또는 애플리케이션에 의해 이루어질 수 있음은 물론이다. 여기서 기록 매체는 RAM(Random Access Memory)과 같은 전자적 기록 매체, 하드 디스크와 같은 자기적 기록 매체, CD(Compact Disk)와 같은 광학적 기록 매체 등을 모두 포함한다.Meanwhile, it goes without saying that the process of performing each of the above-described embodiments may be performed by a program or application stored in a predetermined recording medium (eg, computer-readable). Here, the recording medium includes all of an electronic recording medium such as a random access memory (RAM), a magnetic recording medium such as a hard disk, and an optical recording medium such as a compact disk (CD).

이때, 기록 매체에 저장된 프로그램은 컴퓨터나 스마트폰 등과 같은 하드웨어 상에서 실행되어 상술한 각 실시예를 수행할 수 있다. 특히, 상술한 본 발명에 따른 디바이스 관리 서버의 기능 블록 중 적어도 어느 하나는 이러한 프로그램 또는 애플리케이션에 의해 구현될 수 있다.In this case, the program stored in the recording medium may be executed on hardware such as a computer or a smart phone to perform each of the above-described embodiments. In particular, at least one of the functional blocks of the device management server according to the present invention described above may be implemented by such a program or application.

또한, 본 발명은 상기한 특정 실시예에 한정되는 것이 아니라 본 발명의 요지를 벗어나지 않는 범위 내에서 여러 가지로 변형 및 수정하여 실시할 수 있는 것이다. 이러한 변형 및 수정이 첨부되는 특허청구범위에 속한다면 본 발명에 포함된다는 것은 자명할 것이다. In addition, the present invention is not limited to the specific embodiments described above, but can be implemented by various modifications and modifications without departing from the gist of the present invention. It will be apparent that such modifications and modifications are included in the present invention if they fall within the appended claims.

100 : 디바이스 관리 서버 200 : IoT 디바이스
300 : 사용자 단말기 110 : 신호 수신부
120 : 액션 제어부 130 : 저장부
121 : 트리거 정보 확인부 122 : 추출부
123 : 제어 신호 전송부
100: device management server 200: IoT device
300: user terminal 110: signal receiver
120: action control unit 130: storage unit
121: trigger information confirmation unit 122: extraction unit
123: control signal transmission unit

Claims (12)

다양한 방식의 제어에 따라 자신의 상태를 변화시키고 자신의 상태 정보를 포함하는 트리거 신호를 전송하는 적어도 하나의 디바이스와 통신하는 디바이스 관리 서버의 제어방법에 있어서,
(a) 소정의 디바이스로부터 트리거 신호를 수신하는 단계와;
(b) 상기 (a) 단계에서 수신되는 경우 해당 트리거 신호에 따른 액션 제어를 수행하는 단계를 포함하고,
상기 액션 제어를 수행하는 단계는,
(b1) 상기 트리거 신호에 포함된 트리거 정보를 추출하는 단계와;
(b2) 기 구비된 매칭 테이블을 이용하여 상기 (b1) 단계에서 추출한 트리거 정보에 대응되는 액션 정보와 제어 대상 정보를 추출하는 단계와;
(b3) 상기 (b2) 단계에서 추출한 제어 대상 정보에 대응되는 디바이스에 트리거 신호에 따른 액션 제어임을 나타내는 트리거링 액션 식별자와 상기 추출한 액션 정보를 포함하는 제어 신호를 전송하는 단계를 포함하여 이루어지고,
(c) 상기 (b3) 단계 이후에 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 제어하는 단계를 더 포함하는 것을 특징으로 하는 디바이스 관리 서버의 제어방법.
In the control method of a device management server communicating with at least one device that changes its state according to various methods of control and transmits a trigger signal including its state information,
(a) receiving a trigger signal from a predetermined device;
(b) when received in step (a), performing action control according to a corresponding trigger signal,
The step of performing the action control,
(b1) extracting trigger information included in the trigger signal;
(b2) extracting action information and control target information corresponding to the trigger information extracted in step (b1) using a previously provided matching table;
(b3) transmitting a triggering action identifier indicating an action control according to a trigger signal and a control signal including the extracted action information to a device corresponding to the control target information extracted in step (b2),
(c) when the triggering action identifier is included in the trigger signal received from the predetermined device after the step (b3), controlling the action control according to the trigger signal to not be performed normally. Device management server control method.
제1항에 있어서,
상기 (c) 단계에서는, 상기 (b3) 단계 이후에 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있지 않은 경우 해당 트리거 신호에 따른 액션 제어를 수행하는 것을 특징으로 하는 디바이스 관리 서버의 제어방법.
The method of claim 1,
In the step (c), when the triggering action identifier is not included in the trigger signal received from the predetermined device after the step (b3), the device management server, characterized in that performing action control according to the trigger signal Control method.
제1항에 있어서,
상기 (c) 단계에서는 상기 (b3) 단계 이후에 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 해당 트리거 신호를 드롭(Drop) 처리하는 것을 특징으로 하는 디바이스 관리 서버의 제어방법.
The method of claim 1,
In the step (c), if the triggering action identifier is included in the trigger signal received from the predetermined device after the step (b3), a corresponding trigger signal is dropped. Way.
제1항에 있어서,
상기 (c) 단계에서는 상기 (b3) 단계 이후에 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 액션 제어에 해당하는 상기 (b1) 단계 내지 상기 (b3) 단계에 해당하는 동작 중 적어도 어느 하나의 단계에 해당하는 동작이 수행되지 않도록 하는 것을 특징으로 하는 디바이스 관리 서버의 제어방법.
The method of claim 1,
In the step (c), when the triggering action identifier is included in the trigger signal received from the predetermined device after the step (b3), the step (b1) to step (b3) corresponding to the action control A method of controlling a device management server, characterized in that an operation corresponding to at least one of the operations is not performed.
제1항에 있어서,
상기 (c) 단계에서는, 상기 (b3) 단계 이후에 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있지 않더라도 동일한 트리거 신호가 기 설정된 시간 동안 수차례 이상 수신되는 경우 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 제어하는 것을 특징으로 하는 디바이스 관리 서버의 제어방법.
The method of claim 1,
In step (c), even if the triggering action identifier is not included in the trigger signal received from the predetermined device after step (b3), when the same trigger signal is received several times or more during a preset time, the trigger signal is A control method of a device management server, characterized in that controlling so that the corresponding action control is not performed normally.
제1항 내지 제5항 중 어느 한 항의 방법을 실행시키기 위한 프로그램을 기록한 컴퓨터 판독 가능 기록 매체.A computer-readable recording medium on which a program for executing the method of any one of claims 1 to 5 is recorded. 하드웨어와 결합되어 제1항 내지 제5항 중 어느 한 항의 방법을 실행시키기 위하여 컴퓨터 판독 가능 기록 매체에 저장된 응용 프로그램.An application program stored in a computer-readable recording medium to execute the method of any one of claims 1 to 5 in combination with hardware. 다양한 방식의 제어에 따라 자신의 상태를 변화시키고 해당 상태 정보를 포함하는 트리거 신호를 전송하는 적어도 하나의 디바이스와 통신하는 디바이스 관리 서버에 있어서,
소정의 디바이스로부터 트리거 신호를 수신하는 신호 수신부와;
상기 신호 수신부에 수신되는 트리거 신호에 따른 액션 제어를 수행하는 액션 제어부를 포함하고,
상기 액션 제어 제어부는,
상기 트리거 신호에 포함된 트리거 정보를 확인하는 트리거 정보 확인부와;
기 구비된 매칭 테이블을 이용하여 트리거 정보 확인부에서 확인한 트리거 정보에 대응되는 액션 정보와 제어 대상 정보를 추출하는 추출부와;
상기 추출부에서 추출한 제어 대상 정보에 대응되는 디바이스에 트리거 신호에 따른 액션 제어임을 나타내는 트리거링 액션 식별자와 상기 추출부에서 추출한 액션 정보를 포함하는 제어 신호를 전송하는 제어 신호 전송부를 포함하여 이루어지고,
상기 액션 제어부는 상기 제어 신호 전송부에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 처리하는 것을 특징으로 하는 디바이스 관리 서버.
A device management server that changes its own state according to various methods of control and communicates with at least one device that transmits a trigger signal including the corresponding state information,
A signal receiver for receiving a trigger signal from a predetermined device;
And an action control unit for performing action control according to a trigger signal received by the signal receiving unit,
The action control control unit,
A trigger information checking unit that checks trigger information included in the trigger signal;
An extracting unit for extracting action information and control target information corresponding to the trigger information checked by the trigger information checking unit using a previously provided matching table;
And a control signal transmission unit for transmitting a triggering action identifier indicating action control according to a trigger signal and a control signal including action information extracted from the extraction unit to a device corresponding to the control target information extracted by the extraction unit,
When the triggering action identifier is included in a trigger signal received from a predetermined device after the control signal is transmitted by the control signal transmitting unit, the action control unit processes the action control according to the trigger signal to not be performed normally. Device management server characterized by.
제8항에 있어서,
상기 액션 제어부는 상기 제어 신호 전송부에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있지 않은 경우 해당 트리거 신호에 따른 액션 제어가 이루어지도록 제어하는 것을 특징으로 하는 디바이스 관리 서버.
The method of claim 8,
When the triggering action identifier is not included in a trigger signal received from a predetermined device after the control signal is transmitted by the control signal transmission unit, the action control unit controls to perform an action control according to the trigger signal. Device management server.
제8항에 있어서,
상기 액션 제어부는 상기 제어 신호 전송부에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 해당 트리거 신호를 드롭(Drop) 처리하는 것을 특징으로 하는 디바이스 관리 서버.
The method of claim 8,
The action controller is a device, characterized in that, after the control signal is transmitted by the control signal transmission unit, when the triggering action identifier is included in the trigger signal received from a predetermined device, the corresponding trigger signal is dropped. Management server.
제8항에 있어서,
상기 액션 제어부는 상기 제어 신호 전송부에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있는 경우 상기 트리거 정보 확인부, 상기 추출부, 상기 제어 신호 전송부 중 적어도 어느 하나에 의한 동작이 수행되지 않도록 제어하는 것을 특징으로 하는 디바이스 관리 서버.
The method of claim 8,
When the triggering action identifier is included in a trigger signal received from a predetermined device after the control signal is transmitted by the control signal transmitting unit, the action control unit includes the trigger information checking unit, the extracting unit, and the control signal transmitting unit. Device management server, characterized in that for controlling so that an operation by at least one of them is not performed.
제8항에 있어서,
상기 액션 제어부는 상기 제어 신호 전송부에 의해 제어 신호가 송출된 이후 소정의 디바이스로부터 수신되는 트리거 신호에 상기 트리거링 액션 식별자가 포함되어 있지 않더라도 동일한 트리거 신호가 기 설정된 시간 동안 수차례 이상 수신되는 경우 해당 트리거 신호에 따른 액션 제어가 정상적으로 이루어지지 않도록 제어하는 것을 특징으로 하는 디바이스 관리 서버.
The method of claim 8,
Even if the triggering action identifier is not included in the trigger signal received from a predetermined device after the control signal is transmitted by the control signal transmitting unit, the action control unit corresponds to the case where the same trigger signal is received several times or more during a preset time. Device management server, characterized in that for controlling so that the action control according to the trigger signal is not normally performed.
KR1020190107918A 2019-09-02 2019-09-02 Device management server and control method thereof KR102252200B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190107918A KR102252200B1 (en) 2019-09-02 2019-09-02 Device management server and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190107918A KR102252200B1 (en) 2019-09-02 2019-09-02 Device management server and control method thereof

Publications (2)

Publication Number Publication Date
KR20210026721A true KR20210026721A (en) 2021-03-10
KR102252200B1 KR102252200B1 (en) 2021-05-14

Family

ID=75148547

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190107918A KR102252200B1 (en) 2019-09-02 2019-09-02 Device management server and control method thereof

Country Status (1)

Country Link
KR (1) KR102252200B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080112923A (en) * 2007-06-22 2008-12-26 삼성전자주식회사 Method of receiving/transmitting event message, controlled device, and control point
KR20190044199A (en) 2017-10-20 2019-04-30 배재대학교 산학협력단 IoT AUTOMATIC CONTROL SYSTEM AND METHOD BASED ON CONTROL COMMAND ANALYSIS
KR20190092091A (en) * 2018-01-30 2019-08-07 동서대학교 산학협력단 Realtiem Event Processing Rule Management System for IFTTT Service

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080112923A (en) * 2007-06-22 2008-12-26 삼성전자주식회사 Method of receiving/transmitting event message, controlled device, and control point
KR20190044199A (en) 2017-10-20 2019-04-30 배재대학교 산학협력단 IoT AUTOMATIC CONTROL SYSTEM AND METHOD BASED ON CONTROL COMMAND ANALYSIS
KR20190092091A (en) * 2018-01-30 2019-08-07 동서대학교 산학협력단 Realtiem Event Processing Rule Management System for IFTTT Service

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Julio Cano et al., ‘Coordination of ECA Rules by Verification and Control’, 16th International Conference on Coordination Models and Languages, Jun 2014, Berlin, pp.33-48(2014.06)* *

Also Published As

Publication number Publication date
KR102252200B1 (en) 2021-05-14

Similar Documents

Publication Publication Date Title
US11750872B2 (en) System and method for configuring controlling device functionality
US11816980B2 (en) Method of pairing a remote control
US8312495B2 (en) Apparatus for remotely controlling set-top boxes and an associated method and computer program product
KR102357597B1 (en) Auto pairing method and system between the IPTV set-top box and a Bluetooth remote controller
CN105284120A (en) Methods, systems, and media for controlling audio of an HDMI audio system
CN107948566B (en) Method and device for realizing plug-and-play screen transmission
CN104954846A (en) Element adjusting method, equipment and system
EP2987333B1 (en) Remote control for first and second apparatus
KR102252200B1 (en) Device management server and control method thereof
WO2018071438A1 (en) Methods, system, and media for pairing devices to complete a task using an application request
EP4376422A1 (en) Electronic device and operating method therefor
KR102200002B1 (en) Voice search applied remote control and how to support it
KR101914295B1 (en) Method of setting a code set of a control target device and control device therefor
JP2003174685A (en) Remote control transmitter and transmission system employing the same
US20090184858A1 (en) Status Indication for Building Automation Systems
US20150269836A1 (en) Configurable bi-directional remote control based on signal input device
CN108259961A (en) The discrete control method of infrared terminal and system
CN112272955A (en) Control device and signal control method
JPH03249899A (en) Remote control device

Legal Events

Date Code Title Description
E701 Decision to grant or registration of patent right
GRNT Written decision to grant