22 lines
618 B
Text
22 lines
618 B
Text
source "Kconfig.zephyr"
|
|
rsource "../../prstlib/Kconfig"
|
|
|
|
config PRST_ZB_SLEEP_DURATION_SEC
|
|
int "Sleep duration between waking up and reading sensors (in seconds)"
|
|
default 600
|
|
|
|
config PRST_ZB_PARENT_POLL_INTERVAL_SEC
|
|
int "Interval for when b-parasite polls its parent for data (in seconds)"
|
|
default 60
|
|
|
|
config PRST_ZB_BUILD_DATE
|
|
string "Zigbee app init basic date code. Can be used as build revision. (1 byte)"
|
|
default "20221214"
|
|
|
|
config PRST_ZB_MODEL_ID
|
|
string "Zigbee app model id."
|
|
default "b-parasite"
|
|
|
|
config PRST_ZB_HARDWARE_VERSION
|
|
int "Zigbee basic cluster hardware version. (1 byte)"
|
|
default 2
|