Skip to content

Commit

Permalink
fix(bacnetip): fixed error in mspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Sep 27, 2024
1 parent 6cc035d commit 409ab60
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@
[simple BACnetProgramRequestTagged('peekedTagNumber', 'TagClass.CONTEXT_SPECIFIC_TAGS')
programChange ]
]
['5' *ProgramChange(uint 8 peekedTagNumber)
['5' *ProgramState(uint 8 peekedTagNumber)
[simple BACnetProgramStateTagged('peekedTagNumber', 'TagClass.CONTEXT_SPECIFIC_TAGS')
programState ]
]
Expand All @@ -2120,7 +2120,7 @@
[simple BACnetEngineeringUnitsTagged('peekedTagNumber', 'TagClass.CONTEXT_SPECIFIC_TAGS')
units ]
]
['11' *ExtendedValue(uint 8 peekedTagNumber)
['11' *UnsignedValue(uint 8 peekedTagNumber)
[simple BACnetContextTagUnsignedInteger('peekedTagNumber', 'BACnetDataType.UNSIGNED_INTEGER')
unsignedValue ]
]
Expand Down Expand Up @@ -5271,10 +5271,6 @@
[simple BACnetApplicationTagReal trackingValue ]
[virtual BACnetApplicationTagReal actualValue 'trackingValue' ]
]
['LIGHTING_OUTPUT','TRACKING_VALUE', '4' *LightingOutputTrackingValue
[simple BACnetApplicationTagReal trackingValue ]
[virtual BACnetApplicationTagReal actualValue 'trackingValue' ]
]
[*, 'TRACKING_VALUE', '9' *TrackingValue
[simple BACnetLifeSafetyStateTagged('0', 'TagClass.APPLICATION_TAGS') trackingValue ]
[virtual BACnetLifeSafetyStateTagged actualValue 'trackingValue' ]
Expand Down

0 comments on commit 409ab60

Please sign in to comment.