All files / lib/device event.ts

100% Statements 56/56
100% Branches 2/2
100% Functions 1/1
100% Lines 56/56

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575                  1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
import {
  CustomData,
  Schedule,
  SmartSafeAlarm911Event,
  SmartSafeShakeAlarmEvent,
} from "eufy-security-client";
 
import { JSONValue, OutgoingBaseEvent } from "../outgoing_message.js";
 
export enum DeviceEvent {
  deviceAdded = "device added",
  deviceRemoved = "device removed",
  motionDetected = "motion detected",
  personDetected = "person detected",
  cryingDetected = "crying detected",
  soundDetected = "sound detected",
  petDetected = "pet detected",
  vehicleDetected = "vehicle detected",
  dogDetected = "dog detected",
  dogLickDetected = "dog lick detected",
  dogPoopDetected = "dog poop detected",
  strangerPersonDetected = "stranger person detected",
  rings = "rings",
  sensorOpen = "sensor open",
  gotRtspUrl = "got rtsp url",
  commandResult = "command result",
  propertyChanged = "property changed",
  livestreamStarted = "livestream started",
  livestreamStopped = "livestream stopped",
  livestreamVideoData = "livestream video data",
  livestreamAudioData = "livestream audio data",
  downloadStarted = "download started",
  downloadFinished = "download finished",
  downloadVideoData = "download video data",
  downloadAudioData = "download audio data",
  rtspLivestreamStarted = "rtsp livestream started",
  rtspLivestreamStopped = "rtsp livestream stopped",
  locked = "locked",
  packageDelivered = "package delivered",
  packageStranded = "package stranded",
  packageTaken = "package taken",
  someoneLoitering = "someone loitering",
  radarMotionDetected = "radar motion detected",
  alarm911 = "alarm 911",
  shakeAlarm = "shake alarm",
  wrongTryProtectAlarm = "wrong try-protect alarm",
  LongTimeNotClose = "long time not close",
  lowBattery = "low battery",
  jammed = "jammed",
  talkbackStarted = "talkback started",
  talkbackStopped = "talkback stopped",
  userAdded = "user added",
  userDeleted = "user deleted",
  userError = "user error",
  userUsernameUpdated = "user username updated",
  userScheduleUpdated = "user schedule updated",
  userPasscodeUpdated = "user passcode updated",
  pinVerified = "pin verified",
  open = "open",
  tampering = "tampering",
  lowTemperature = "low temperature",
  highTemperature = "high temperature",
  lidStuck = "lid stuck",
  pinIncorrect = "pin incorrect",
  batteryFullyCharged = "battery fully charged",
}
 
export interface OutgoingEventDeviceBase extends OutgoingBaseEvent {
  source: "device";
  event: DeviceEvent;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceAdded extends OutgoingBaseEvent {
  source: "device";
  event: DeviceEvent.deviceAdded;
  device: JSONValue;
}
 
export interface OutgoingEventDeviceRemoved extends OutgoingBaseEvent {
  source: "device";
  event: DeviceEvent.deviceRemoved;
  device: JSONValue;
}
 
export interface OutgoingEventDeviceMotionDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.motionDetected;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDevicePersonDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.personDetected;
  serialNumber: string;
  state: boolean;
  person: string;
}
 
export interface OutgoingEventDeviceCryingDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.cryingDetected;
  state: boolean;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceSoundDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.soundDetected;
  state: boolean;
  serialNumber: string;
}
 
export interface OutgoingEventDevicePetDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.petDetected;
  state: boolean;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceVehicleDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.vehicleDetected;
  state: boolean;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceRings extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.rings;
  state: boolean;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceSensorOpen extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.sensorOpen;
  state: boolean;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceGotRtspUrl extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.gotRtspUrl;
  serialNumber: string;
  rtspUrl: string;
}
 
export interface OutgoingEventDeviceCommandResult
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.commandResult;
  serialNumber: string;
  propertyName: string;
  command: string;
  returnCode: number;
  returnCodeName: string;
  customData?: CustomData;
}
 
export interface OutgoingEventDevicePropertyChanged
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.propertyChanged;
  serialNumber: string;
  name: string;
  value: JSONValue;
  timestamp: number;
}
 
export interface OutgoingEventDeviceLivestreamStarted
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.livestreamStarted;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceLivestreamStopped
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.livestreamStopped;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceLivestreamVideoData
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.livestreamVideoData;
  serialNumber: string;
  buffer: JSONValue;
  metadata: {
    videoCodec: string;
    videoFPS: number;
    videoHeight: number;
    videoWidth: number;
  };
}
 
export interface OutgoingEventDeviceLivestreamAudioData
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.livestreamAudioData;
  serialNumber: string;
  buffer: JSONValue;
  metadata: {
    audioCodec: string;
  };
}
 
export interface OutgoingEventDeviceDownloadStarted
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.downloadStarted;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceDownloadFinished
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.downloadFinished;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceDownloadVideoData
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.downloadVideoData;
  serialNumber: string;
  buffer: JSONValue;
  metadata: {
    videoCodec: string;
    videoFPS: number;
    videoHeight: number;
    videoWidth: number;
  };
}
 
export interface OutgoingEventDeviceDownloadAudioData
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.downloadAudioData;
  serialNumber: string;
  buffer: JSONValue;
  metadata: {
    audioCodec: string;
  };
}
 
export interface OutgoingEventDeviceRTSPLivestreamStarted
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.rtspLivestreamStarted;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceRTSPLivestreamStopped
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.rtspLivestreamStopped;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceLocked extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.locked;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDevicePackageDelivered
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.packageDelivered;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDevicePackageStranded
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.packageStranded;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDevicePackageTaken
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.packageTaken;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceSomeoneLoitering
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.someoneLoitering;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceRadarMotionDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.radarMotionDetected;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceAlarm911 extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.alarm911;
  serialNumber: string;
  state: boolean;
  detail: SmartSafeAlarm911Event;
}
 
export interface OutgoingEventDeviceShakeAlarm extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.shakeAlarm;
  serialNumber: string;
  state: boolean;
  detail: SmartSafeShakeAlarmEvent;
}
 
export interface OutgoingEventDeviceWrongTryProtectAlarm
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.wrongTryProtectAlarm;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceLongTimeNotClose
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.LongTimeNotClose;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceLowBattery extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.lowBattery;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceJammed extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.jammed;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceTalkbackStarted
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.talkbackStarted;
  serialNumber: string;
}
 
export interface OutgoingEventDeviceTalkbackStopped
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.talkbackStopped;
  serialNumber: string;
}
 
export interface OutgoingEventDevicePinVerified
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.pinVerified;
  serialNumber: string;
  successfull: boolean;
}
 
export interface OutgoingEventDeviceUserAdded extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.userAdded;
  serialNumber: string;
  username: string;
  schedule?: Schedule;
}
 
export interface OutgoingEventDeviceUserDeleted
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.userDeleted;
  serialNumber: string;
  username: string;
}
 
export interface OutgoingEventDeviceUserError extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.userError;
  serialNumber: string;
  username: string;
  error: Error;
}
 
export interface OutgoingEventDeviceUserUsernameUpdated
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.userUsernameUpdated;
  serialNumber: string;
  username: string;
}
 
export interface OutgoingEventDeviceUserScheduleUpdated
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.userScheduleUpdated;
  serialNumber: string;
  username: string;
  schedule: Schedule;
}
 
export interface OutgoingEventDeviceUserPasscodeUpdated
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.userPasscodeUpdated;
  serialNumber: string;
  username: string;
}
 
export interface OutgoingEventDeviceStrangerPersonDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.strangerPersonDetected;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceDogDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.dogDetected;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceDogLickDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.dogLickDetected;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceDogPoopDetected
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.dogPoopDetected;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceOpen extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.open;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceTampering extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.tampering;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceLowTemperature
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.lowTemperature;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceHighTemperature
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.highTemperature;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceLidStuck extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.lidStuck;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDevicePinIncorrect
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.pinIncorrect;
  serialNumber: string;
  state: boolean;
}
 
export interface OutgoingEventDeviceBatteryFullyCharged
  extends OutgoingEventDeviceBase {
  source: "device";
  event: DeviceEvent.batteryFullyCharged;
  serialNumber: string;
  state: boolean;
}
 
export type OutgoingEventDevice =
  | OutgoingEventDeviceAdded
  | OutgoingEventDeviceRemoved
  | OutgoingEventDeviceMotionDetected
  | OutgoingEventDevicePersonDetected
  | OutgoingEventDeviceCryingDetected
  | OutgoingEventDeviceSoundDetected
  | OutgoingEventDevicePetDetected
  | OutgoingEventDeviceVehicleDetected
  | OutgoingEventDeviceRings
  | OutgoingEventDeviceSensorOpen
  | OutgoingEventDeviceGotRtspUrl
  | OutgoingEventDeviceCommandResult
  | OutgoingEventDevicePropertyChanged
  | OutgoingEventDeviceLivestreamStarted
  | OutgoingEventDeviceLivestreamStopped
  | OutgoingEventDeviceLivestreamVideoData
  | OutgoingEventDeviceLivestreamAudioData
  | OutgoingEventDeviceDownloadStarted
  | OutgoingEventDeviceDownloadFinished
  | OutgoingEventDeviceDownloadVideoData
  | OutgoingEventDeviceDownloadAudioData
  | OutgoingEventDeviceRTSPLivestreamStarted
  | OutgoingEventDeviceRTSPLivestreamStopped
  | OutgoingEventDeviceLocked
  | OutgoingEventDevicePackageDelivered
  | OutgoingEventDevicePackageStranded
  | OutgoingEventDevicePackageTaken
  | OutgoingEventDeviceSomeoneLoitering
  | OutgoingEventDeviceRadarMotionDetected
  | OutgoingEventDeviceAlarm911
  | OutgoingEventDeviceShakeAlarm
  | OutgoingEventDeviceWrongTryProtectAlarm
  | OutgoingEventDeviceLongTimeNotClose
  | OutgoingEventDeviceLowBattery
  | OutgoingEventDeviceJammed
  | OutgoingEventDeviceTalkbackStarted
  | OutgoingEventDeviceTalkbackStopped
  | OutgoingEventDevicePinVerified
  | OutgoingEventDeviceUserAdded
  | OutgoingEventDeviceUserDeleted
  | OutgoingEventDeviceUserError
  | OutgoingEventDeviceUserUsernameUpdated
  | OutgoingEventDeviceUserPasscodeUpdated
  | OutgoingEventDeviceUserScheduleUpdated
  | OutgoingEventDeviceStrangerPersonDetected
  | OutgoingEventDeviceDogDetected
  | OutgoingEventDeviceDogLickDetected
  | OutgoingEventDeviceDogPoopDetected
  | OutgoingEventDeviceOpen
  | OutgoingEventDeviceTampering
  | OutgoingEventDeviceLowTemperature
  | OutgoingEventDeviceHighTemperature
  | OutgoingEventDeviceLidStuck
  | OutgoingEventDevicePinIncorrect
  | OutgoingEventDeviceBatteryFullyCharged;