|
static void | Tick (object stateInfo) |
| This method executes the thermostat data request on 10 sec interval More...
|
|
|
static void | Main (string[] args) |
| this is the main method for the BBthermostatSensor More...
|
|
Definition at line 42 of file Program.cs.
◆ Main()
static void BBThermostatSensor.Program.Main |
( |
string [] |
args | ) |
|
|
staticprivate |
this is the main method for the BBthermostatSensor
- Parameters
-
Definition at line 59 of file Program.cs.
61 TimerCallback callback =
new TimerCallback(
Tick);
64 System.Threading.Timer stateTimer =
new System.Threading.Timer(callback,
null, 0,
timerInerval);
static void Tick(object stateInfo)
This method executes the thermostat data request on 10 sec interval
◆ Tick()
static void BBThermostatSensor.Program.Tick |
( |
object |
stateInfo | ) |
|
|
static |
This method executes the thermostat data request on 10 sec interval
- Parameters
-
Definition at line 50 of file Program.cs.
static void BBThermosataCheck()
Get thermostat data and encrypt
Referenced by BBThermostatSensor.Program.Main().
◆ timerInerval
const int BBThermostatSensor.Program.timerInerval = 60000 |
|
private |
The documentation for this class was generated from the following file: