Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_BASIC_TARIFF_INFO_attribute_id.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
14#ifndef ZWAVE_COMMAND_CLASS_BASIC_TARIFF_INFO_ATTRIBUTE_ID_H
15#define ZWAVE_COMMAND_CLASS_BASIC_TARIFF_INFO_ATTRIBUTE_ID_H
16
17
18DEFINE_ATTRIBUTE(ATTRIBUTE_COMMAND_CLASS_BASIC_TARIFF_INFO_VERSION, ((0x36<< 8) | 1))
19DEFINE_ATTRIBUTE(ATTRIBUTE_BASIC_TARIFF_INFO_TOTAL_NO_IMPORT_RATES, ((0x36<< 8) | 0x2))
20DEFINE_ATTRIBUTE(ATTRIBUTE_BASIC_TARIFF_INFO_E_CURRENT_RATE_IN_USE, ((0x36<< 8) | 0x3))
21DEFINE_ATTRIBUTE(ATTRIBUTE_BASIC_TARIFF_INFO_E_RATE_CONSUMPTION_REGISTER, ((0x36<< 8) | 0x4))
22DEFINE_ATTRIBUTE(ATTRIBUTE_BASIC_TARIFF_INFO_E_TIME_FOR_NEXT_RATE_HOURS, ((0x36<< 8) | 0x5))
23DEFINE_ATTRIBUTE(ATTRIBUTE_BASIC_TARIFF_INFO_E_TIME_FOR_NEXT_RATE_MINUTES, ((0x36<< 8) | 0x6))
24DEFINE_ATTRIBUTE(ATTRIBUTE_BASIC_TARIFF_INFO_E_TIME_FOR_NEXT_RATE_SECONDS, ((0x36<< 8) | 0x7))
25
26
27#endif //ZWAVE_COMMAND_CLASS_BASIC_TARIFF_INFO_ATTRIBUTE_ID_H
28
DEFINE_ATTRIBUTE(ATTRIBUTE_COMMAND_CLASS_BASIC_TARIFF_INFO_VERSION,((0x36<< 8)|1)) DEFINE_ATTRIBUTE(ATTRIBUTE_BASIC_TARIFF_INFO_TOTAL_NO_IMPORT_RATES