vcontrol 0.5.0

A library for communication with Viessmann heating controllers.
Documentation
1
2
3
4
5
6
7
8
9
use std::collections::HashMap;
use std::io::{self, Read, BufReader};
use std::fs::File;
use std::str::FromStr;
use std::path::{Path, PathBuf};

use serde_derive::*;
use serde_yaml;
use yaml_merge_keys;