PJanisio / myuplinkapi

API connector for Nibe MyUplink
GNU Affero General Public License v3.0
0 stars 0 forks source link

Create simple parser class to obtain device results as strings #8

Closed PJanisio closed 4 months ago

PJanisio commented 4 months ago

Currently it is stored in json, while some users expect to have just $temperature = 34; :) So it should also be a part of 1.x.x release.

PJanisio commented 4 months ago

Currently it is enough easy to obtain single values using $nibeGet->getALL(); function which converts all data into array. More information will be available at wiki pages.