mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
added hostname to network status
This commit is contained in:
@@ -33,6 +33,7 @@ export interface NetworkStatus {
|
|||||||
gateway_ip: string;
|
gateway_ip: string;
|
||||||
dns_ip_1: string;
|
dns_ip_1: string;
|
||||||
dns_ip_2: string;
|
dns_ip_2: string;
|
||||||
|
hostname: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface NetworkSettings {
|
export interface NetworkSettings {
|
||||||
|
|||||||
Reference in New Issue
Block a user