Files
aqhomecontrol/apps/aqhome-react/units/u_suntime.h
2025-03-18 22:53:34 +01:00

34 lines
852 B
C

/****************************************************************************
* This file is part of the project AqHome.
* AqHome (c) by 2024 Martin Preuss, all rights reserved.
*
* The license for this file can be found in the file COPYING which you
* should have received along with this file.
****************************************************************************/
#ifndef AQHOMEREACT_U_SUNTIME_H
#define AQHOMEREACT_U_SUNTIME_H
#include "aqhome-react/server.h"
#include "aqhome-react/types/unit.h"
#define AQHOMEREACT_UNIT_SUNTIME_PARAM_LAT "latitude"
#define AQHOMEREACT_UNIT_SUNTIME_PARAM_LONG "longitude"
#define AQHOMEREACT_UNIT_SUNTIME_PARAM_OFFS_RISE "offsetMinsForSunrise"
#define AQHOMEREACT_UNIT_SUNTIME_PARAM_OFFS_SET "offsetMinsForSunset"
AQHREACT_UNIT *AqHomeReact_UnitSuntime_new(AQH_OBJECT *aqh);
#endif