b-parasite-esp32/code/nrf-connect/samples/zigbee/Kconfig

17 lines
No EOL
458 B
Text

source "Kconfig.zephyr"
config PRST_ZB_SLEEP_DURATION_SEC
int "Sleep duration between waking up and reading sensors (in seconds)"
default 60
config PRST_ZB_PARENT_POLL_INTERVAL_SEC
int "Interval for when b-parasite polls its parent for data (in seconds)"
default 60
config BUILD_DATE
string "Zigbee app init basic date code. Can be used as build revision."
default "20221214"
config MODEL_ID
string "Zigbee app model id."
default "b-parasite"