[Debian-iot-packaging] [openzwave-controlpanel] 11/81: Add essential node queries notification.

Dara Adib daradib-guest at moszumanska.debian.org
Thu Dec 22 16:57:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

daradib-guest pushed a commit to branch debian/master
in repository openzwave-controlpanel.

commit a1ebac461803a85372af3cab1aa735b85e3275ff
Author: glsatz at gmail.com <glsatz at gmail.com>
Date:   Wed Aug 10 17:30:23 2011 +0000

    Add essential node queries notification.
---
 ozwcp.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ozwcp.cpp b/ozwcp.cpp
index 2af939d..7450309 100644
--- a/ozwcp.cpp
+++ b/ozwcp.cpp
@@ -547,6 +547,9 @@ void OnNotification (Notification const* _notification, void* _context)
   case Notification::Type_NodeQueriesComplete:
     Log::Write("Notification: Node %d Queries Complete", _notification->GetNodeId());
     break;
+  case Notification::Type_EssentialNodeQueriesComplete:
+    Log::Write("Notification: Essential Node %d Queries", _notification->GetNodeId());
+    break;
   case Notification::Type_AwakeNodesQueried:
     Log::Write("Notification: Awake Nodes Queried");
     break;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/openzwave-controlpanel.git



More information about the Debian-iot-packaging mailing list