From 418839ec632c2e6bce6ee4a5fe9bb6fd95654ed5 Mon Sep 17 00:00:00 2001
From: victor <taehoon@falinux.com>
Date: Fri, 7 Apr 2017 12:18:47 +0900
Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=ED=86=A0=EC=BD=9C=EC=97=90?=
 =?UTF-8?q?=EC=84=9C=20=EC=B6=94=EA=B0=80=EB=90=9C=20=EB=B6=80=EB=B6=84=20?=
 =?UTF-8?q?=EB=B0=98=EC=98=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app/gui/oven_control/udphandler.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/gui/oven_control/udphandler.h b/app/gui/oven_control/udphandler.h
index 32a1af0..f76180a 100644
--- a/app/gui/oven_control/udphandler.h
+++ b/app/gui/oven_control/udphandler.h
@@ -39,6 +39,7 @@ public:
     bool ssp() { return (state.onoff_state2 & 0x0100) != 0; }
     bool unp() { return (state.onoff_state2 & 0x0200) != 0; }
     bool hdm() { return (state.onoff_state2 & 0x0400) != 0; }
+    bool sgnv() { return (state.onoff_state2 & 0x0800) != 0; }
 
 signals:
     void changed();
-- 
2.1.4