Apply spotless (#20307)

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2026-02-28 17:33:44 +01:00
committed by GitHub
parent 7e04e26400
commit ae4472c661
@@ -22,9 +22,14 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
*/
@NonNullByDefault
public class EvohomeApiConstants {
public static final String URL_V2_AUTH = "https://tccna.resideo.com/Auth/OAuth/Token"; //tccna.honeywell.com appears to have been deprecated February 2026
public static final String URL_V2_AUTH = "https://tccna.resideo.com/Auth/OAuth/Token"; // tccna.honeywell.com
// appears to have been
// deprecated February 2026
public static final String URL_V2_BASE = "https://tccna.resideo.com/WebAPI/emea/api/v1/"; //tccna.honeywell.com appears to have been deprecated February 2026
public static final String URL_V2_BASE = "https://tccna.resideo.com/WebAPI/emea/api/v1/"; // tccna.honeywell.com
// appears to have been
// deprecated February
// 2026
public static final String URL_V2_ACCOUNT = "userAccount";
public static final String URL_V2_INSTALLATION_INFO = "location/installationInfo?userId=%s&includeTemperatureControlSystems=True";// {userId}