Skip to content

Commit

Permalink
remove white line
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTerBeke committed Jun 26, 2024
1 parent 725f217 commit dfd9fb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/UponorHTTPClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class UponorHTTPClient {
this._url = `http://${ip_address}/JNAP/`
}


public getAttributes(): Map<string, string> {
return this._attributes
}
Expand Down Expand Up @@ -110,7 +109,7 @@ export class UponorHTTPClient {
const controllerID = matches[1] // first capture group
const thermostatID = matches[2] // second capture group
const ctKey = UponorHTTPClient._createKey(controllerID, thermostatID)

thermostats.set(ctKey, {
id: ctKey,
name: value,
Expand Down

0 comments on commit dfd9fb8

Please sign in to comment.