Skip to content

Commit

Permalink
Dancer table update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalkman071 committed Aug 24, 2024
1 parent 0ceb456 commit 03f774f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions controller-server/configs/dancerTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import { MACAddress, DancerDataSchema, DancerData } from "@/schema/DancerData";

// Record the RPi information according to MAC
const dancerTable: DancerData = {
"DC:A6:32:F4:48:5E": {
"B8:27:EB:82:79:49": {
IP: "192.168.0.0",
MAC: "DC:A6:32:F4:48:5E",
MAC: "B8:27:EB:82:79:49",
dancer: "0_hjko",
hostname: "lightdance-01",
connected: false,
interface: "ethernet",
},
"DC:A6:32:F4:48:5F": {
"B8:27:EB:D7:2C:1C": {
IP: "192.168.0.0",
MAC: "DC:A6:32:F4:48:5F",
MAC: "B8:27:EB:D7:2C:1C",
dancer: "0_hjko",
hostname: "lightdance-01",
connected: false,
Expand Down

0 comments on commit 03f774f

Please sign in to comment.