Skip to content

Commit

Permalink
revert: server.js in custom UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin committed Jan 25, 2024
1 parent d6df494 commit e11b2a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homebridge-ui/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ class UiServer extends HomebridgePluginUiServer {
id: device.deviceId,
name: device.alias,
type: constants.DeviceType[device.deviceType],
serial_number: device.manufacture?.salesModel,
};
}),
};
Expand Down

0 comments on commit e11b2a6

Please sign in to comment.