The return JSON for a ./api/printer call without any excludes returns 2 sdRead states.
one at the root:
"sd": {
"ready": true
},
and one as part of the state:
"state": {
"error": "",
"flags": {
"cancelling": false,
"closedOrError": false,
"error": false,
"finishing": false,
"operational": true,
"paused": false,
"pausing": false,
"printing": false,
"ready": true,
"resuming": false,
"sdReady": true
},
"text": "Operational"
},
Are these derived from the same source and if not what is the difference?