diff --git a/public/assets/js/picoreflow.js b/public/assets/js/picoreflow.js
index 9cebc12..09848e8 100644
--- a/public/assets/js/picoreflow.js
+++ b/public/assets/js/picoreflow.js
@@ -299,6 +299,20 @@ $(document).ready(function()
{
state = x.state;
+ if (x.door == "OPEN")
+ {
+ $.bootstrapGrowl(" Door Opened!", {
+ ele: 'body', // which element to append to
+ type: 'error', // (null, 'info', 'error', 'success')
+ offset: {from: 'top', amount: 250}, // 'top', or 'bottom'
+ align: 'center', // ('left', 'right', or 'center')
+ width: 385, // (integer, or 'auto')
+ delay: 0,
+ allow_dismiss: true,
+ stackup_spacing: 10 // spacing between consecutively stacked growls.
+ });
+ }
+
if (state!=state_last)
{
if(state_last == "RUNNING")