Add static IP for Daikin thermostat
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
lan,
|
lan,
|
||||||
iot,
|
iot,
|
||||||
lanIP,
|
lanIP,
|
||||||
iotIP,
|
|
||||||
routerIP,
|
routerIP,
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
@@ -125,13 +124,19 @@
|
|||||||
option-data = [
|
option-data = [
|
||||||
{
|
{
|
||||||
name = "domain-name-servers";
|
name = "domain-name-servers";
|
||||||
data = iotIP;
|
data = "1.0.0.1,1.1.1.1";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "routers";
|
name = "routers";
|
||||||
data = "192.168.66.1";
|
data = "192.168.66.1";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
reservations = [
|
||||||
|
{
|
||||||
|
hw-address = "d0:17:69:c6:09:49"; # Daikin
|
||||||
|
ip-address = "192.168.66.10";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user