mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
ECS-1248 Duplicate join map entry 'DisablePir' - removed and shifted map up by one
This commit is contained in:
@@ -161,15 +161,14 @@ namespace PepperDash.Essentials.Bridges
|
|||||||
DisableUsB = 20;
|
DisableUsB = 20;
|
||||||
EnablePir = 21;
|
EnablePir = 21;
|
||||||
DisablePir = 22;
|
DisablePir = 22;
|
||||||
DisablePir = 23;
|
IncrementUsInOccupiedState = 23;
|
||||||
IncrementUsInOccupiedState = 24;
|
DecrementUsInOccupiedState = 24;
|
||||||
DecrementUsInOccupiedState = 25;
|
IncrementUsInVacantState = 25;
|
||||||
IncrementUsInVacantState = 26;
|
DecrementUsInVacantState = 26;
|
||||||
DecrementUsInVacantState = 27;
|
IncrementPirInOccupiedState = 27;
|
||||||
IncrementPirInOccupiedState = 28;
|
DecrementPirInOccupiedState = 28;
|
||||||
DecrementPirInOccupiedState = 29;
|
IncrementPirInVacantState = 29;
|
||||||
IncrementPirInVacantState = 30;
|
DecrementPirInVacantState = 30;
|
||||||
DecrementPirInVacantState = 31;
|
|
||||||
|
|
||||||
Timeout = 1;
|
Timeout = 1;
|
||||||
TimeoutLocalFeedback = 2;
|
TimeoutLocalFeedback = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user