esp_zigbee_gateway sample
esp_zb_zcl_metering_extstatus_gas_t
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_zigbee_gateway sample
esp_zb_zcl_metering_extstatus_gas_t
esp_zb_zcl_metering_extstatus_gas_t enum
Syntax
Show:
Summary
Declaration
from
esp_zigbee_zcl_metering.h:1516
enum
{
ESP_ZB_ZCL_METERING_GAS_BATTERY_COVER_REMOVED
=
1L
<
<
24
,
ESP_ZB_ZCL_METERING_GAS_TILT_TAMPER
=
1L
<
<
25
,
ESP_ZB_ZCL_METERING_GAS_EXCESS_FLOW
=
1L
<
<
26
}
;
Values
Value
Declared as
Description
esp_zb_zcl_metering_extstatus_gas_t::ESP_ZB_ZCL_METERING_GAS_BATTERY_COVER_REMOVED
=
1L
<
<
24
BatteryCoverRemoved bit is set to true when the gas meter detects that its battery cover has been removed.
esp_zb_zcl_metering_extstatus_gas_t::ESP_ZB_ZCL_METERING_GAS_TILT_TAMPER
=
1L
<
<
25
TiltTamper bit is set to true when the meter detects a change in its physical properties (i.e. that it is being tilted, the tilt sensor has been activated or otherwise tampered with).
esp_zb_zcl_metering_extstatus_gas_t::ESP_ZB_ZCL_METERING_GAS_EXCESS_FLOW
=
1L
<
<
26
ExcessFlow bit is set to true when the gas meter detects excess flow (e.g. when local supply restoration is attempted).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out