mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
@@ -16,7 +16,7 @@ type Device struct {
|
||||
func NewDevice(deviceName string) Device {
|
||||
return Device{
|
||||
Name: deviceName,
|
||||
online: true,
|
||||
online: false,
|
||||
updatedAt: time.Now(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user