toggle, reset and homekite route add.

This commit is contained in:
2024-03-08 09:23:29 +03:00
parent 494675c567
commit b3b2516def
3 changed files with 28 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ const deviceLogSchema = new Schema({
type: String
},
operating_type:{
type: String // On/Off - Homekit Reset - Reset
type: String // Toggle - Homekit Reset - Reset
},
log_time: {
type: Date