Skip to content

Commit

Permalink
nuki: add default user
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Jun 15, 2024
1 parent d54670d commit 3dd9af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/app/trigger/NukiDoorSetup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.json.JSONObject
class NukiDoorSetup(override var id: Int, override var name: String) : Setup {
override val type = Companion.type
var device_name = ""
var user_name = ""
var user_name = "user"
var shared_key = ""
var auth_id: Long = 0
var app_id: Long = 2342
Expand Down

0 comments on commit 3dd9af6

Please sign in to comment.