source now in separate modules;

Implemented MQTT coms.
Using Tasmota for ESP8266;
IR working reliably
This commit is contained in:
d-popov
2020-05-02 11:45:35 +03:00
parent 32782cfbf7
commit d8a37e4b44
13 changed files with 3534 additions and 350 deletions

1
ac.js
View File

@@ -88,6 +88,7 @@ function GetState()
{
return state.toString('hex').toUpperCase();
}
function GenerateTimingString()
{
var arr = [AcTimes.HdrMark, AcTimes.HdrSpace, AcTimes.BitMark];