Versions in this module Expand all Collapse all v0 v0.0.8 Jul 24, 2022 v0.0.7 Jul 19, 2022 v0.0.6 Jul 18, 2022 Changes in this version type MqttConfig + DeviceType string v0.0.5 Jul 13, 2022 v0.0.4 Jul 8, 2022 Changes in this version + type AddrConfig struct + Platform string + Ra string + type Config struct + Addr AddrConfig + Mqtt MqttConfig + User UserConfig + type MqttConfig struct + ClientID string + ClientName string + ConnectRetryDelay uint16 + Debug bool + Keepalive uint16 + OutputFileName string + Qos byte + ServerAddr string + Topic string + WriteToDisk bool + WriteToStdOut bool + type UserConfig struct + EncryptMasterPublicKey string + EncryptPrivateKey string + Hid byte + SignMasterPublicKey string + SignPrivateKey string + Uid string