jar

org.losty.netatmo : netatmo-api

Maven & Gradle

Jul 19, 2023
12 stars

Netatmo API (unofficial) · Small adaption of the original Netatmo Android API that can be used with plain Java (>=v7) instead of Android.

Table Of Contents

Latest Version

Download org.losty.netatmo : netatmo-api JAR file - Latest Versions:

All Versions

Download org.losty.netatmo : netatmo-api JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window netatmo-api-0.9.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

losty.netatmo.exceptions

├─ losty.netatmo.exceptions.NetatmoException.class - [JAR]

├─ losty.netatmo.exceptions.NetatmoNotLoggedInException.class - [JAR]

├─ losty.netatmo.exceptions.NetatmoOAuthException.class - [JAR]

├─ losty.netatmo.exceptions.NetatmoParseException.class - [JAR]

losty.netatmo.oauthtoken

├─ losty.netatmo.oauthtoken.OAuthTokenHandler.class - [JAR]

├─ losty.netatmo.oauthtoken.OAuthTokenStore.class - [JAR]

├─ losty.netatmo.oauthtoken.PreferencesOAuthTokenStore.class - [JAR]

├─ losty.netatmo.oauthtoken.TransientOAuthTokenStore.class - [JAR]

losty.netatmo.model

├─ losty.netatmo.model.Home.class - [JAR]

├─ losty.netatmo.model.Measures.class - [JAR]

├─ losty.netatmo.model.Module.class - [JAR]

├─ losty.netatmo.model.Params.class - [JAR]

├─ losty.netatmo.model.Room.class - [JAR]

├─ losty.netatmo.model.Station.class - [JAR]

losty.netatmo

├─ losty.netatmo.NetatmoErrorCodes.class - [JAR]

├─ losty.netatmo.NetatmoHttpClient.class - [JAR]

├─ losty.netatmo.NetatmoParseUtils.class - [JAR]

Advertisement