MqttMonitor/Documentation/source/Plugin_Mqtt_Monitor.PluginMqttMonitor.html

branch
eric7
changeset 92
2fb5c08019fd
parent 88
59323cbabb7e
child 108
d7808a71b234
equal deleted inserted replaced
91:3cb08e5db764 92:2fb5c08019fd
168 </dd> 168 </dd>
169 </dl> 169 </dl>
170 <dl> 170 <dl>
171 <dt>Return Type:</dt> 171 <dt>Return Type:</dt>
172 <dd> 172 <dd>
173 bool 173 tuple of (None, bool)
174 </dd> 174 </dd>
175 </dl> 175 </dl>
176 <a NAME="MqttMonitorPlugin.deactivate" ID="MqttMonitorPlugin.deactivate"></a> 176 <a NAME="MqttMonitorPlugin.deactivate" ID="MqttMonitorPlugin.deactivate"></a>
177 <h4>MqttMonitorPlugin.deactivate</h4> 177 <h4>MqttMonitorPlugin.deactivate</h4>
178 <b>deactivate</b>(<i></i>) 178 <b>deactivate</b>(<i></i>)
187 <p> 187 <p>
188 Public method to retrieve the various settings. 188 Public method to retrieve the various settings.
189 </p> 189 </p>
190 <dl> 190 <dl>
191 191
192 <dt><i>key</i></dt> 192 <dt><i>key</i> (str)</dt>
193 <dd> 193 <dd>
194 the key of the value to get 194 key of the setting
195 </dd> 195 </dd>
196 </dl> 196 </dl>
197 <dl> 197 <dl>
198 <dt>Return:</dt> 198 <dt>Return:</dt>
199 <dd> 199 <dd>
200 the requested setting 200 value of the requested setting
201 </dd>
202 </dl>
203 <dl>
204 <dt>Return Type:</dt>
205 <dd>
206 Any
201 </dd> 207 </dd>
202 </dl> 208 </dl>
203 <a NAME="MqttMonitorPlugin.setPreferences" ID="MqttMonitorPlugin.setPreferences"></a> 209 <a NAME="MqttMonitorPlugin.setPreferences" ID="MqttMonitorPlugin.setPreferences"></a>
204 <h4>MqttMonitorPlugin.setPreferences</h4> 210 <h4>MqttMonitorPlugin.setPreferences</h4>
205 <b>setPreferences</b>(<i>key, value</i>) 211 <b>setPreferences</b>(<i>key, value</i>)
207 <p> 213 <p>
208 Public method to store the various settings. 214 Public method to store the various settings.
209 </p> 215 </p>
210 <dl> 216 <dl>
211 217
212 <dt><i>key</i></dt> 218 <dt><i>key</i> (str)</dt>
213 <dd> 219 <dd>
214 the key of the setting to be set (string) 220 key of the setting to be set
215 </dd> 221 </dd>
216 <dt><i>value</i></dt> 222 <dt><i>value</i> (Any)</dt>
217 <dd> 223 <dd>
218 the value to be set 224 value to be set
219 </dd> 225 </dd>
220 </dl> 226 </dl>
221 <div align="right"><a href="#top">Up</a></div> 227 <div align="right"><a href="#top">Up</a></div>
222 <hr /> 228 <hr />
223 <hr /> 229 <hr />

eric ide

mercurial