Advertisement
androidgeek18

OpenBekenDevice.kt

Nov 30th, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.16 KB | Source Code | 0 0
  1. package com.milesmarine.reeflightcontroller
  2.  
  3. data class OpenBekenDevice(
  4.     val ip: String,
  5.     val mac: String,
  6.     val deviceName: String = "Unknown"
  7. )
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement