Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
querdenker2k committed Feb 14, 2024
1 parent 392f8ae commit 4f586d9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
import org.openhab.core.events.AbstractEvent;
import org.openhab.core.events.system.StartlevelEvent;

/**
* The {@link JRuleStartupExecutionContext} - execution context for startup triggers
*
* @author Robert Delbrück
*/
public class JRuleStartupExecutionContext extends JRuleExecutionContext {

private final int startupLevel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
/**
* Copyright (c) 2010-2023 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.automation.jrule.rules.event;

/**
* The {@link JRuleStartupEvent}
*
* @author Robert Delbrück
*/
public class JRuleStartupEvent extends JRuleEvent {
private final int startupLevel;

Expand Down

0 comments on commit 4f586d9

Please sign in to comment.