feat: added connection status information to the network details view (#653)

This commit is contained in:
Serhiy Mytrovtsiy
2021-10-11 18:40:38 +02:00
parent bc89d75f53
commit ecd2209d4c
3 changed files with 9 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ public struct Network_Usage: value_t {
var interface: Network_interface? = nil
var connectionType: Network_t? = nil
var status: Bool = false
var countryCode: String? = nil
var ssid: String? = nil