![]() |
Black Box
|
Static Public Member Functions | |
static void | BBThermosataCheck () |
Get thermostat data and encrypt More... | |
Static Private Member Functions | |
static void | GetBBThermostatAllData () |
This method request and parse the thermostat stat data More... | |
static void | GetBBThermostatHumidtyData () |
This method request and parse the thermostat humidity data More... | |
static string | TempConvertor (float value) |
This method converts the temperature from imperial to metric More... | |
Static Private Attributes | |
static string | BBThermostatData |
static string | BBThermostatAllStat |
static string | BBThermostatHumidity |
Definition at line 16 of file BBThermostatDataRequest.cs.
|
static |
Get thermostat data and encrypt
Definition at line 164 of file BBThermostatDataRequest.cs.
Referenced by BBThermostatSensor.Program.Tick().
|
staticprivate |
This method request and parse the thermostat stat data
Definition at line 25 of file BBThermostatDataRequest.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataRequest.BBThermosataCheck().
|
staticprivate |
This method request and parse the thermostat humidity data
Definition at line 144 of file BBThermostatDataRequest.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataRequest.BBThermosataCheck().
|
staticprivate |
This method converts the temperature from imperial to metric
value |
Definition at line 156 of file BBThermostatDataRequest.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataRequest.GetBBThermostatAllData().
|
staticprivate |
Definition at line 19 of file BBThermostatDataRequest.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataRequest.GetBBThermostatAllData().
|
staticprivate |
Definition at line 18 of file BBThermostatDataRequest.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataRequest.BBThermosataCheck(), BBThermostatDataEncryptor.BBThermostatDataRequest.GetBBThermostatAllData(), and BBThermostatDataEncryptor.BBThermostatDataRequest.GetBBThermostatHumidtyData().
|
staticprivate |
Definition at line 20 of file BBThermostatDataRequest.cs.
Referenced by BBThermostatDataEncryptor.BBThermostatDataRequest.GetBBThermostatHumidtyData().