Module: Ansible::KNX::DPT14

Defined in:
lib/ansible/knx/dpt/dpt14.rb

Overview

DPT14.*: 4-byte floating point value

Defined Under Namespace

Classes: DPT14_Float, DPT14_Frame

Constant Summary collapse

Basetype =

DPT14 base type info

{
    :bitlength => 32,
    :valuetype => :basic,
    :desc => "32-bit floating point value"
}
Subtypes =

DPT14 subtypes info

{
    # TODO: so fucking many of them!
}