You've already forked homehub
Release 1.3.0
This commit is contained in:
@@ -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,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user