Skip to content

Commit

Permalink
Update minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Dec 18, 2023
1 parent 752be8d commit 54672be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ class MatterManagerImpl @Inject constructor() : MatterManager {

override suspend fun commissionDevice(code: String, serverId: Int): MatterCommissionResponse? = null

override suspend fun commissionOnNetworkDevice(pin: Long, serverId: Int): MatterCommissionResponse? = null
override suspend fun commissionOnNetworkDevice(pin: Long, ip: String, serverId: Int): MatterCommissionResponse? = null
}

0 comments on commit 54672be

Please sign in to comment.