Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #38 from bluewalk/develop
Browse files Browse the repository at this point in the history
Little whoopsie
  • Loading branch information
bluewalk committed Jul 27, 2020
2 parents 7f0f85b + c5761a8 commit 8457eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// </summary>
public enum DoorSensorStateEnum
{
Unknown = 0,
UnknownOpener = 0,
Deactivated = 1,
Closed = 2,
Opened = 3,
Expand Down

0 comments on commit 8457eb3

Please sign in to comment.