Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
working on IOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 22, 2019
1 parent 4d1e395 commit c9429ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/andromeda/araserver/iot/LightStatusModel.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.andromeda.araserver.iot

data class LightStatusModel(val on:Boolean, val powerLevel: Int?, val color:Int?)

0 comments on commit c9429ef

Please sign in to comment.