#
# Copyright (c) 2022 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

if USB
config USB_DEVICE_PID
	default 0x53A0
endif

# How often sensor data is read
config WEATHER_CHECK_PERIOD_SECONDS
	int
	default 60

# Delay after app initialization
config FIRST_WEATHER_CHECK_DELAY_SECONDS
	int
	default 5

source "Kconfig.zephyr"

module = ZIGBEE_WEATHER_STATION
module-str = Zigbee weather station
source "subsys/logging/Kconfig.template.log_config"
