oko 0.1.14

Fully local home security system.
Documentation
1
2
3
4
5
6
7
8
9
10
use serde::Serialize;

#[derive(Debug, Serialize)]
pub struct VideoCameraView {
    pub video_id: i64,
    pub camera_id: Option<i64>,
    pub camera_name: String,
    pub file_path: String,
    pub file_size: Option<i64>,
}