[sea] Add office-home.

This commit is contained in:
niten 2022-04-09 15:29:11 -07:00
parent 7f937ec648
commit f45edf0e7a

View File

@ -243,21 +243,26 @@ in {
in { in {
hosts = mkWifiHosts { hosts = mkWifiHosts {
wormhole0 = 2; wormhole0 = 2;
switch = 51; nomad = 5;
jayjay = 52;
nest-thermostat = 53;
bedroom-home = 30; bedroom-home = 30;
living-room-tv = 54;
living-room-home = 31; living-room-home = 31;
family-room-home = 32; family-room-home = 32;
kitchen-display = 33; kitchen-display = 33;
tesla-model-3 = 55; office-home = 35;
peter-pixel-5 = 43;
xiaoxuan-ipad-2 = 42; xiaoxuan-ipad-2 = 42;
family-room-tv = 57; peter-pixel-5 = 43;
xiaoxuan-ipad-1 = 44; xiaoxuan-ipad-1 = 44;
xiaoxuan-iphone = 45; xiaoxuan-iphone = 45;
may-phone = 46; may-phone = 46;
switch = 51;
jayjay = 52;
nest-thermostat = 53;
living-room-tv = 54;
tesla-model-3 = 55;
family-room-tv = 57;
}; };
}; };
} }