合入家庭共享与设备消息能力

This commit is contained in:
stu2not
2026-05-26 17:12:51 +08:00
parent 555a2ddc16
commit 050bc17f79
40 changed files with 3072 additions and 165 deletions

View File

@@ -6,6 +6,8 @@ export interface DeviceStatus {
child_id?: number | null
child_name?: string | null
sleep_mode?: number | null
manual_sleep_mode?: number | null
schedule_suppressed_until?: string | null
disable_time_start?: string | null
disable_time_end?: string | null
timezone?: string | null