1 /* Bluetooth: Mesh Generic OnOff, Generic Level, Lighting & Vendor Models 2 * 3 * Copyright (c) 2018 Vikrant More 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8 #ifndef _STATE_BINDING_H 9 #define _STATE_BINDING_H 10 11 void state_binding(u8_t lightness, u8_t temperature); 12 13 #endif 14