jar

io.github.davemeier82.homeautomation : homeautomation-spring-rest

Maven & Gradle

Mar 12, 2023
0 stars

io.github.davemeier82.homeautomation:homeautomation-spring-rest · HomeAutomation Spring REST endpoints

Table Of Contents

Latest Version

Download io.github.davemeier82.homeautomation : homeautomation-spring-rest JAR file - Latest Versions:

All Versions

Download io.github.davemeier82.homeautomation : homeautomation-spring-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
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 homeautomation-spring-rest-0.3.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.davemeier82.homeautomation.spring.rest.v1

├─ io.github.davemeier82.homeautomation.spring.rest.v1.HomeAutomationRestAutoConfiguration.class - [JAR]

io.github.davemeier82.homeautomation.spring.rest.v1.device.dto

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.AlarmPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.BatteryStateSensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.Co2SensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.DeviceDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.DevicePropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.DimmerPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.HumiditySensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.IlluminanceSensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.MotionSensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.PowerSensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.RelayPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.RollerPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.SmokeSensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.TemperatureSensorPropertyDto.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.dto.WindowSensorPropertyDto.class - [JAR]

io.github.davemeier82.homeautomation.spring.rest.v1.device.mapper

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.mapper.DeviceToDtoMapper.class - [JAR]

io.github.davemeier82.homeautomation.spring.rest.v1.device

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.DeviceApiService.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.DeviceController.class - [JAR]

io.github.davemeier82.homeautomation.spring.rest.v1.event

├─ io.github.davemeier82.homeautomation.spring.rest.v1.event.EventApiService.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.event.EventController.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.event.EventDto.class - [JAR]

io.github.davemeier82.homeautomation.spring.rest.v1.event.mapper

├─ io.github.davemeier82.homeautomation.spring.rest.v1.event.mapper.EventToDtoMapper.class - [JAR]

io.github.davemeier82.homeautomation.spring.rest.v1.device.updater

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.updater.AlarmUpdater.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.updater.DevicePropertyUpdater.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.updater.DimmerUpdater.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.updater.RelayUpdater.class - [JAR]

├─ io.github.davemeier82.homeautomation.spring.rest.v1.device.updater.RollerUpdater.class - [JAR]