jar

com.github.realzimboguy.ewelink.api : ewelink-api-java

Maven & Gradle

Aug 10, 2023
15 stars

ewelink-api-java · This project provides a wrapping api access to the sonoff ewelink api, check https://github.com/RealZimboGuy/ewelink-api-java

Table Of Contents

Latest Version

Download com.github.realzimboguy.ewelink.api : ewelink-api-java JAR file - Latest Versions:

All Versions

Download com.github.realzimboguy.ewelink.api : ewelink-api-java JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1.x
2.0.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 ewelink-api-java-2.1.3-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.realzimboguy.ewelink.api.model.login

├─ com.github.realzimboguy.ewelink.api.model.login.AppInfo.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.login.BindInfos.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.login.ClientInfo.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.login.Extra.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.login.Info.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.login.LoginRequest.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.login.LoginResponse.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.login.User.class - [JAR]

com.github.realzimboguy.ewelink.api.model.devices

├─ com.github.realzimboguy.ewelink.api.model.devices.BindInfos.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.DevConfig.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.DeviceItem.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Devices.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.DisableTimer.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Do.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Do_.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Extra.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Extra_.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Family.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.OnlyDevice.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Params.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Settings.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Tags.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.devices.Timer.class - [JAR]

com.github.realzimboguy.ewelink.api.errors

├─ com.github.realzimboguy.ewelink.api.errors.DeviceOfflineError.class - [JAR]

com.github.realzimboguy.ewelink.api.wss

├─ com.github.realzimboguy.ewelink.api.wss.WssLogin.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.wss.WssResponse.class - [JAR]

com.github.realzimboguy.ewelink.api.wss.wssrsp

├─ com.github.realzimboguy.ewelink.api.wss.wssrsp.Config.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.wss.wssrsp.WssRspMsg.class - [JAR]

com.github.realzimboguy.ewelink.api

├─ com.github.realzimboguy.ewelink.api.EweLink.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.EweLinkWebSocketClient.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.Util.class - [JAR]

com.github.realzimboguy.ewelink.api.model

├─ com.github.realzimboguy.ewelink.api.model.Param.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.Status.class - [JAR]

├─ com.github.realzimboguy.ewelink.api.model.StatusChange.class - [JAR]

Advertisement