forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZigbee.h
29 lines (26 loc) · 870 Bytes
/
Zigbee.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Zigbee library header file for includes of all Zigbee library headers.
#pragma once
// Core
#include "ZigbeeCore.h"
#include "ZigbeeEP.h"
// Endpoints
#include "ep/ZigbeeLight.h"
#include "ep/ZigbeeSwitch.h"
#include "ep/ZigbeeDimmableLight.h"
#include "ep/ZigbeeColorDimmableLight.h"
#include "ep/ZigbeeColorDimmerSwitch.h"
#include "ep/ZigbeeTempSensor.h"
#include "ep/ZigbeeThermostat.h"
#include "ep/ZigbeePressureSensor.h"
#include "ep/ZigbeeAnalog.h"
#include "ep/ZigbeeFlowSensor.h"
#include "ep/ZigbeeOccupancySensor.h"
#include "ep/ZigbeeIlluminanceSensor.h"
#include "ep/ZigbeeCarbonDioxideSensor.h"
#include "ep/ZigbeeContactSwitch.h"
#include "ep/ZigbeeDoorWindowHandle.h"
#include "ep/ZigbeeWindowCovering.h"
#include "ep/ZigbeeVibrationSensor.h"
#include "ep/ZigbeeRangeExtender.h"
#include "ep/ZigbeeGateway.h"
#include "ep/ZigbeeWindSpeedSensor.h"