jas-n / geohome
GeoHome PHP库
dev-main
2022-12-14 18:13 UTC
Requires
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-14 21:36:32 UTC
README
先决条件
- Wi-Fi模块
- 在...上的账户
安装
// Composer安装
原始用法
<?php use Jasn\GeoHome\GeoHome; include('vendor/autoload.php'); $username = 'username'; // Your account username, commonly your email $password = 'password'; // Your account password $GeoHome = new GeoHome($username, $password); $electricity_usage = $GeoHome->getMeterReadings('Electricity')->getFormattedUsage(); // Prints #,###w (E.g. 1,234w) where w = watts print_r($electricity_usage);
用法文档
请参阅Wiki以获取详细的用法文档