Skip to content

Commit

Permalink
Allow user to turn off data storage for probes.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Feb 17, 2015
1 parent f17a638 commit 225809b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SensusService/Probes/Probe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public Protocol Protocol
set { _protocol = value; }
}

[OnOffUiProperty("Store Data:", true, 3)]
public bool StoreData
{
get { return _storeData; }
Expand Down

0 comments on commit 225809b

Please sign in to comment.