mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
58ede577ef
examples: Changes to events and comments. switch: Rename to light_switch. docs: Minor changes.
49 lines
1.7 KiB
C
49 lines
1.7 KiB
C
/**
|
|
*
|
|
* Copyright (c) 2020 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.
|
|
*/
|
|
|
|
/**
|
|
*
|
|
* Copyright (c) 2020 Silicon Labs
|
|
*
|
|
* 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 Simplicity Studio. Please do not edit manually.
|
|
//
|
|
//
|
|
|
|
// Enclosing macro to prevent multiple inclusion
|
|
#ifndef __AF_GEN_EVENT__
|
|
#define __AF_GEN_EVENT__
|
|
|
|
// Code used to configure the cluster event mechanism
|
|
#define EMBER_AF_GENERATED_EVENT_CODE
|
|
// EmberEventData structs used to populate the EmberEventData table
|
|
#define EMBER_AF_GENERATED_EVENTS
|
|
#define EMBER_AF_GENERATED_EVENT_STRINGS
|
|
|
|
#endif // __AF_GEN_EVENT__
|