- added 'message' instance variable (high level description of this event)
[plcapi.git] / PLC / Methods / BootGetNodeDetails.py
index 0e8f710..2f5056d 100644 (file)
@@ -49,5 +49,7 @@ class BootGetNodeDetails(Method):
                         else:
                             network[field] = ""
 
+       self.messge = "Node request boot_state (%s) and networks" % \
+               (details['boot_state'])
         return details