knx-catalog 0.0.8

Reviewed KNX datapoint-type catalogue as const data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// @generated by knx-data-gen from the reviewed data in
// tools/knx-data-gen/data/catalog/. Do not edit by hand: edit the
// reviewed data and regenerate with `cargo run -p knx-data-gen`.

//! Generated const catalogue data.
//!
//! The reviewed data is the authority over this output; verify with
//! `cargo run -p knx-data-gen -- --check`.

pub(crate) mod bit_sets;
pub(crate) mod code_tables;
pub mod subtypes;
pub mod z8;