next_previous_type

Rule languages supports extensions to NextPreviousType

    • Given Clean OpenHAB with latest Ruby Libraries
  • NextPreviousType is inspectable

    • Given code in a rules file
      logger.info("NextPreviousType inspected: #{NEXT.inspect}")
    • When I deploy the rules file
    • Then It should log "NextPreviousType inspected: NEXT" within 5 seconds