Hotel.KabaEvent

Logic to change a data point value based on a Kaba door event.

Description

This logic can be used to change a data point value based on a Kaba door event. As input, the ItemID of the EventId of the selected room has to be used (e.g. NETx\XIO\Kaba\HotelA\Floor1\1000\EventID). To select the event that shall trigger the logic, the EventId has to be specified as parameter (for a full list of available EventIds please refer to the Kaba tutorial). The output has to be of type bool which is set to "true" when the event happens. If the parameter "ResetOuput" is set to "false" the output is set to false when the event disappears.

Inputs

  • EventItem (ItemID): here the "EvenId" Item of the specified room has to be selected (e.g. NETx\XIO\Kaba\HotelA\Floor1\1000\EventID)

Outputs

  • Output (ItemID): data point that shall be written. It must be of type bool.

Parameters

  • EventID (Any): EventId on which the logic should react.
  • ResetOutput (bool, optional): if set to "true", the output is set to false when the event disappears. Default is "true".

Possible trigger types

  • All

Applies to

  • XLogic Library 1.0.12+