chore: register device types explicitly
This commit is contained in:
parent
5a6649e99c
commit
1280a1a3f3
@ -2,7 +2,7 @@ package models
|
||||
|
||||
import "hands/device"
|
||||
|
||||
func init() {
|
||||
func RegisterDeviceTypes() {
|
||||
// 注册 L10 设备类型
|
||||
device.RegisterDeviceType("L10", NewL10Hand)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user