Release 1.3.0

This commit is contained in:
2021-08-26 12:33:15 +02:00
commit 9bb72f0207
1148 changed files with 92133 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
export const IFormicariumDataFactory = () => {
return {
name: 'iformicarium',
uptime: 123,
heap: 65535,
dht: {
'0': {
name: 'dht1',
humi: 69,
temp: 25,
},
},
fan: 1,
dt: 560242800,
};
};