Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
# Change Log
1. UnClickBridgeLinkButton -> UnClickBridgeLinkButtonException
2. lightIdx -> lightId
  • Loading branch information
reno-kim-km committed Jan 20, 2021
1 parent 7c6b8b2 commit afe08f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.reno.philipshue.bridgecontrol

class UnClickBridgeLinkButton :
class UnClickBridgeLinkButtonException :
Exception("If you want to get the token, You should click bridge link button")

class UnknownBridgeException(val type: Int, description: String): Exception(description)

0 comments on commit afe08f2

Please sign in to comment.