-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d9f5c0
commit 38aa60d
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"description": "Connect to Pool Math", | ||
"data": { | ||
"share_id": "Share ID from PoolMath Share URL", | ||
"name": "Pool Name", | ||
"timeout": "Update timeout", | ||
"target": "Target levels source" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect, please try again", | ||
"invalid_auth": "Invalid authentication", | ||
"unknown": "Unexpected error" | ||
}, | ||
"abort": { | ||
"already_configured": "Device is already configured" | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"share_id": "Share ID from PoolMath Share URL", | ||
"name": "Pool Name", | ||
"timeout": "Update timeout", | ||
"target": "Target levels source" } | ||
} | ||
} | ||
} | ||
} |