Store Last_Shutdown_Cause

This commit is contained in:
Patrick McDonagh
2016-03-04 14:50:02 -06:00
parent 37d05c6bd3
commit 8394567560
2 changed files with 377 additions and 354 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -691,6 +691,13 @@ channels = {
'tag':'Stop_Command',
'last_time_uploaded':0,
'last_value':''
},'lastshutdowncause':{
'data_type':'UINT',
'change_amount':0.5,
'max_time_between_uploads':3600,
'tag':'Last_Shutdown_Cause',
'last_time_uploaded':0,
'last_value':''
}
}