Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for QoS (0.06 sec)

  1. internal/config/notify/parse.go

    		}
    
    		mqttArgs := target.MQTTArgs{
    			Enable:               enabled,
    			Broker:               *brokerURL,
    			Topic:                env.Get(topicEnv, kv.Get(target.MqttTopic)),
    			QoS:                  byte(qos),
    			User:                 env.Get(usernameEnv, kv.Get(target.MqttUsername)),
    			Password:             env.Get(passwordEnv, kv.Get(target.MqttPassword)),
    			MaxReconnectInterval: reconnectInterval,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Sep 06 23:06:30 UTC 2024
    - 47K bytes
    - Viewed (0)
  2. internal/config/notify/legacy.go

    			Key:   target.MqttBroker,
    			Value: cfg.Broker.String(),
    		},
    		config.KV{
    			Key:   target.MqttTopic,
    			Value: cfg.Topic,
    		},
    		config.KV{
    			Key:   target.MqttQoS,
    			Value: fmt.Sprintf("%d", cfg.QoS),
    		},
    		config.KV{
    			Key:   target.MqttUsername,
    			Value: cfg.User,
    		},
    		config.KV{
    			Key:   target.MqttPassword,
    			Value: cfg.Password,
    		},
    		config.KV{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Mar 19 04:37:54 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  3. LICENSE

    org.slf4j:jcl-over-slf4j
    org.slf4j:jul-to-slf4j
    org.slf4j:log4j-over-slf4j
    org.slf4j:slf4j-api
     Copyright (c) 2004-2017 QOS.ch
     All rights reserved.
    
     Permission is hereby granted, free  of charge, to any person obtaining
     a  copy  of this  software  and  associated  documentation files  (the
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Jan 23 11:07:23 UTC 2024
    - 23.1K bytes
    - Viewed (0)
Back to top