mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
90 lines
3.7 KiB
C
90 lines
3.7 KiB
C
/*
|
|
*
|
|
* Copyright (c) 2021 Project CHIP Authors
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
// THIS FILE IS GENERATED BY ZAP
|
|
|
|
// Prevent multiple inclusion
|
|
#pragma once
|
|
|
|
// User options for plugin Binding Table Library
|
|
#define EMBER_BINDING_TABLE_SIZE 10
|
|
|
|
/**** Network Section ****/
|
|
#define EMBER_SUPPORTED_NETWORKS (1)
|
|
|
|
#define EMBER_APS_UNICAST_MESSAGE_COUNT 10
|
|
|
|
/**** Cluster endpoint counts ****/
|
|
#define EMBER_AF_BASIC_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
#define EMBER_AF_COLOR_CONTROL_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
#define EMBER_AF_GENERAL_COMMISSIONING_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
#define EMBER_AF_LEVEL_CONTROL_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
#define EMBER_AF_NETWORK_COMMISSIONING_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
#define EMBER_AF_ON_OFF_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
#define EMBER_AF_OPERATIONAL_CREDENTIALS_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
#define EMBER_AF_WIFI_NETWORK_DIAGNOSTICS_CLUSTER_SERVER_ENDPOINT_COUNT (1)
|
|
|
|
/**** Cluster Plugins ****/
|
|
|
|
// Use this macro to check if the server side of the Basic cluster is included
|
|
#define ZCL_USING_BASIC_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_BASIC_SERVER
|
|
#define EMBER_AF_PLUGIN_BASIC
|
|
|
|
// Use this macro to check if the server side of the Color Control cluster is included
|
|
#define ZCL_USING_COLOR_CONTROL_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_COLOR_CONTROL_SERVER
|
|
#define EMBER_AF_PLUGIN_COLOR_CONTROL
|
|
// User options for server plugin Color Control
|
|
#define EMBER_AF_PLUGIN_COLOR_CONTROL_SERVER_XY
|
|
#define EMBER_AF_PLUGIN_COLOR_CONTROL_SERVER_TEMP
|
|
#define EMBER_AF_PLUGIN_COLOR_CONTROL_SERVER_HSV
|
|
|
|
// Use this macro to check if the server side of the General Commissioning cluster is included
|
|
#define ZCL_USING_GENERAL_COMMISSIONING_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_GENERAL_COMMISSIONING_SERVER
|
|
#define EMBER_AF_PLUGIN_GENERAL_COMMISSIONING
|
|
|
|
// Use this macro to check if the server side of the Level Control cluster is included
|
|
#define ZCL_USING_LEVEL_CONTROL_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_LEVEL_CONTROL_SERVER
|
|
#define EMBER_AF_PLUGIN_LEVEL_CONTROL
|
|
// User options for server plugin Level Control
|
|
#define EMBER_AF_PLUGIN_LEVEL_CONTROL_MAXIMUM_LEVEL 255
|
|
#define EMBER_AF_PLUGIN_LEVEL_CONTROL_MINIMUM_LEVEL 0
|
|
#define EMBER_AF_PLUGIN_LEVEL_CONTROL_RATE 0
|
|
|
|
// Use this macro to check if the server side of the Network Commissioning cluster is included
|
|
#define ZCL_USING_NETWORK_COMMISSIONING_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_NETWORK_COMMISSIONING_SERVER
|
|
#define EMBER_AF_PLUGIN_NETWORK_COMMISSIONING
|
|
|
|
// Use this macro to check if the server side of the On/off cluster is included
|
|
#define ZCL_USING_ON_OFF_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_ON_OFF_SERVER
|
|
#define EMBER_AF_PLUGIN_ON_OFF
|
|
|
|
// Use this macro to check if the server side of the Operational Credentials cluster is included
|
|
#define ZCL_USING_OPERATIONAL_CREDENTIALS_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_OPERATIONAL_CREDENTIALS_SERVER
|
|
#define EMBER_AF_PLUGIN_OPERATIONAL_CREDENTIALS
|
|
|
|
// Use this macro to check if the server side of the WiFi Network Diagnostics cluster is included
|
|
#define ZCL_USING_WIFI_NETWORK_DIAGNOSTICS_CLUSTER_SERVER
|
|
#define EMBER_AF_PLUGIN_WI_FI_NETWORK_DIAGNOSTICS_SERVER
|
|
#define EMBER_AF_PLUGIN_WI_FI_NETWORK_DIAGNOSTICS
|