All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.smarthomej.binding.amazonechocontrol.internal.AccountHandlerConfig Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/**
 * Copyright (c) 2010-2021 Contributors to the openHAB project
 * Copyright (c) 2021 Contributors to the SmartHome/J 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.smarthomej.binding.amazonechocontrol.internal;

import org.eclipse.jdt.annotation.NonNullByDefault;

/**
 * The {@link AccountHandlerConfig} holds the configuration for the
 * {@link org.smarthomej.binding.amazonechocontrol.internal.handler.AccountHandler}
 *
 * @author Jan N. Klug - Initial contribution
 */
@NonNullByDefault
public class AccountHandlerConfig {
    public int discoverSmartHome = 0;
    public int pollingIntervalSmartHomeAlexa = 60;
    public int pollingIntervalSmartSkills = 120;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy